From: Mike Yuan Date: Thu, 15 Jan 2026 10:35:58 +0000 (+0100) Subject: boot/initrd: fix typo X-Git-Tag: v260-rc1~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d69e36c44f9acfaf9950ba79b42e43f16ab2560;p=thirdparty%2Fsystemd.git boot/initrd: fix typo Follow-up for 80ab99d4d200c29727b573df6bccc49cc9dca6a4 --- diff --git a/src/boot/initrd.c b/src/boot/initrd.c index f817fc3fdf2..d8cbe7deed4 100644 --- a/src/boot/initrd.c +++ b/src/boot/initrd.c @@ -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))