From: Jan Janssen Date: Thu, 7 Mar 2013 14:12:46 +0000 (+0100) Subject: util: Fix grammar in comment X-Git-Tag: v198~37 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=650001c6f7532601a9e5f685c348dae9541352cf util: Fix grammar in comment --- diff --git a/src/shared/util.c b/src/shared/util.c index b7ba7fbe8..c493a3487 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))) {