diff options
author | Jan Janssen <medhefgo@web.de> | 2013-03-07 15:12:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-07 16:06:43 +0100 |
commit | 650001c6f7532601a9e5f685c348dae9541352cf (patch) | |
tree | 7817442f5940fd9a23daae19ef8830a439dfb5a3 | |
parent | 7aa955af052f8e50bfdbf01f368317012775bc9f (diff) |
util: Fix grammar in comment
-rw-r--r-- | src/shared/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/util.c b/src/shared/util.c index b7ba7fbe84..c493a34877 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -3607,8 +3607,8 @@ void execute_directory(const char *directory, DIR *d, char *argv[]) { assert(directory); - /* Executes all binaries in a directory in parallel and waits - * until all they all finished. */ + /* Executes all binaries in a directory in parallel and + * waits for them to finish. */ if (!d) { if (!(_d = opendir(directory))) { |