]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: fix typo
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Nov 2018 15:32:19 +0000 (16:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Nov 2018 15:32:19 +0000 (16:32 +0100)
src/tmpfiles/tmpfiles.c

index 40a435487db1e18f967aec36add03350a7e96529..ea09abdb1c0de75e91e0d951a294f4206d3ddea3 100644 (file)
@@ -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. */