]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot/initrd: fix typo
authorMike Yuan <me@yhndnzj.com>
Thu, 15 Jan 2026 10:35:58 +0000 (11:35 +0100)
committerMike Yuan <me@yhndnzj.com>
Thu, 15 Jan 2026 10:36:13 +0000 (11:36 +0100)
Follow-up for 80ab99d4d200c29727b573df6bccc49cc9dca6a4

src/boot/initrd.c

index f817fc3fdf2d42cbac1d62349deb603846ce64a0..d8cbe7deed425a52a65137bc44c0f79229513cf3 100644 (file)
@@ -76,7 +76,7 @@ EFI_STATUS initrd_register(
 
         assert(ret_initrd_handle);
 
-        /* If no initrd is specified we'll not install any. This avoids regstration of the protocol for that
+        /* If no initrd is specified we'll not install any. This avoids registration of the protocol for that
          * case, leaving it open for something else. */
 
         if (!iovec_is_set(initrd))