tmpfiles: fix typo

This commit is contained in:
Lennart Poettering 2018-11-20 16:32:19 +01:00
parent 44ac4f8854
commit 09f467ac24
1 changed files with 1 additions and 1 deletions

View 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. */