]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 31 May 2022 21:48:45 +0000 (06:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 2 Jun 2022 19:20:46 +0000 (04:20 +0900)
src/boot/efi/efi-string.h

index c203c63c550117fea333c4ba222c69c058b1202c..1d3188f1fa6d53de6a0d8ccafb80957f080d437b 100644 (file)
@@ -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. */