From a54e635d02e295f9d4f333b99891b1d41fce5516 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 1 Jun 2022 06:48:45 +0900 Subject: [PATCH] boot: fix typo --- src/boot/efi/efi-string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/efi-string.h b/src/boot/efi/efi-string.h index c203c63c55..1d3188f1fa 100644 --- a/src/boot/efi/efi-string.h +++ b/src/boot/efi/efi-string.h @@ -81,7 +81,7 @@ char *xstrdup8(const char *s); char16_t *xstrdup16(const char16_t *s); #ifdef SD_BOOT -/* The compiler normaly has knowledge about standard functions such as memcmp, but this is not the case when +/* The compiler normally has knowledge about standard functions such as memcmp, but this is not the case when * compiling with -ffreestanding. By referring to builtins, the compiler can check arguments and do * optimizations again. Note that we still need to provide implementations as the compiler is free to not * inline its own implementation and instead issue a library call. */ -- 2.25.1