From: Lennart Poettering Date: Tue, 20 Nov 2018 15:32:19 +0000 (+0100) Subject: tmpfiles: fix typo X-Git-Tag: v240~262^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09f467ac2482daa150b35e0a7c1fbddd726e4b10;p=thirdparty%2Fsystemd.git tmpfiles: fix typo --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 40a435487db..ea09abdb1c0 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -3139,7 +3139,7 @@ static int link_parent(ItemArray *a) { assert(a); - /* Finds the closestq "parent" item array for the specified item array. Then registers the specified item array + /* Finds the closest "parent" item array for the specified item array. Then registers the specified item array * as child of it, and fills the parent in, linking them both ways. This allows us to later create parents * before their children, and clean up/remove children before their parents. */