summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/cflags.SH b/cflags.SH
index 54f8aa1d0d..ece6548aff 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -152,8 +152,8 @@ case "$gccversion" in
warn="`echo $warn|sed 's/-pedantic/ /'`"
;;
esac
- # Using certain features (like the gcc statemanet expressions)
- # require knowing whether -pedantic has been specified.
+ # Using certain features (like the gcc statement expressions)
+ # requires knowing whether -pedantic has been specified.
case "$warn$ccflags" in
*-pedantic*) warn="$warn -DPERL_GCC_PEDANTIC" ;;
esac