Skip to content

Commit b434b8b

Browse files
felixonmarsMingcongBai
authored andcommitted
chore: correct typos in arch/ppc64el.sh
1 parent c6be9fd commit b434b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/ppc64el.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ CFLAGS_HWCAPS_power10=("${CFLAGS_COMMON_ARCH_BASE[@]}" '-mcpu=power10' '-mtune=p
2020
# ABI flags in CPPFLAGS confuses autoconf's compile test routines.
2121
# AC_LANG_PROGRAM calls $CC with the following arguments:
2222
# $CC $CFLAGS $CPPFLAGS
23-
# When configure.ac tries to add someting to CFLAGS, the resulting
24-
# combination will still be overriden by CPPFLAGS.
23+
# When configure.ac tries to add something to CFLAGS, the resulting
24+
# combination will still be overridden by CPPFLAGS.
2525
CPPFLAGS_HWCAPS_power9=('-mcpu=power9' '-mtune=power9' '-mvsx')
2626
CPPFLAGS_HWCAPS_power10=('-mcpu=power10' '-mtune=power10' '-mvsx' '-mmma')
2727

0 commit comments

Comments
 (0)