From: Yu Watanabe Date: Tue, 17 Jun 2025 16:47:45 +0000 (+0900) Subject: boot: fix typo X-Git-Tag: v258-rc1~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeac400d1b6d7b922c379cb390419ea4c82e9417;p=thirdparty%2Fsystemd.git boot: fix typo Follow-up for cab9c7b5a42effa8a45611fc6b8556138c869b5f. --- diff --git a/src/boot/linux.c b/src/boot/linux.c index a6bf01ebd36..0eb8f9913f2 100644 --- a/src/boot/linux.c +++ b/src/boot/linux.c @@ -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");