From c3600c380a71ffbdff37a17db4af70119ff06f5f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 11 Mar 2023 03:32:23 +0900 Subject: [PATCH] generator: fix comment --- src/shared/generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/generator.c b/src/shared/generator.c index 64f4a2741c3..2ed4be2bf3a 100644 --- a/src/shared/generator.c +++ b/src/shared/generator.c @@ -179,7 +179,7 @@ static int write_fsck_sysroot_service( const char *fn; int r; - /* Writes out special versions of systemd-root-fsck.service and systemd-usr-fsck.service for use in + /* Writes out special versions of systemd-fsck-root.service and systemd-fsck-usr.service for use in * the initrd. The regular statically shipped versions of these unit files use / and /usr for as * paths, which doesn't match what we need for the initrd (where the dirs are /sysroot + * /sysusr/usr), hence we overwrite those versions here. */ -- 2.47.3