From 09f467ac2482daa150b35e0a7c1fbddd726e4b10 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 20 Nov 2018 16:32:19 +0100 Subject: [PATCH] tmpfiles: fix typo --- src/tmpfiles/tmpfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 40a435487d..ea09abdb1c 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. */