]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
generator: fix comment 26750/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Mar 2023 18:32:23 +0000 (03:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Mar 2023 18:32:23 +0000 (03:32 +0900)
src/shared/generator.c

index 64f4a2741c324ad56cd03fde89a7425a2cd9f0fd..2ed4be2bf3a4efa29a2c574bc4fffa816bfa6a23 100644 (file)
@@ -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. */