]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Jun 2025 16:47:45 +0000 (01:47 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Jun 2025 16:47:49 +0000 (01:47 +0900)
Follow-up for cab9c7b5a42effa8a45611fc6b8556138c869b5f.

src/boot/linux.c

index a6bf01ebd36fdfb936882305a7ab22422c53e57e..0eb8f9913f210e1bd40af95d19d76214dc637d91 100644 (file)
@@ -140,7 +140,7 @@ EFI_STATUS linux_exec(
         const PeSectionHeader *headers;
         size_t n_headers;
 
-        /* Do we need to validate anyting here? the len? */
+        /* Do we need to validate anything here? the len? */
         err = pe_section_table_from_base(kernel->iov_base, &headers, &n_headers);
         if (err != EFI_SUCCESS)
                 return log_error_status(err, "Cannot read sections: %m");