util: Fix grammar in comment

This commit is contained in:
Jan Janssen 2013-03-07 15:12:46 +01:00 committed by Lennart Poettering
parent 7aa955af05
commit 650001c6f7

View file

@ -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))) {