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 40a4354..ea09abd 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. */