From 8f7a0fcbecb37569734264483c6ceb49af444982 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 23 Dec 2021 17:01:55 +0900 Subject: [PATCH] meson: fix typo --- src/boot/efi/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index cf6228e8e0c..97f0e7607a8 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -300,7 +300,7 @@ if efi_arch[1] == 'arm' # libgcc.a(_popcountsi2.o) uses 4-byte wchar_t yet the output is to # use 2-byte wchar_t; use of wchar_t values across objects may fail # - # libgcc does not have any occurences of wchar_t in its sources or the + # libgcc does not have any occurrences of wchar_t in its sources or the # documentation, so it's safe to assume that we can ignore this warning. # # So far, this only happens with arm due to popcount even though x86 and