projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741c4c8
)
meson: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Thu, 23 Dec 2021 08:01:55 +0000
(17:01 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Thu, 23 Dec 2021 08:01:55 +0000
(17:01 +0900)
src/boot/efi/meson.build
patch
|
blob
|
history
diff --git
a/src/boot/efi/meson.build
b/src/boot/efi/meson.build
index cf6228e8e0c638c9c9bca9ce19efa5c49e70f9b0..97f0e7607a8cbe0c52e282ca91f1859329baa8b8 100644
(file)
--- 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 occur
r
ences 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