Typo fix (by Dominic Dunlop)
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 28 Nov 2006 10:09:01 +0000 (10:09 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 28 Nov 2006 10:09:01 +0000 (10:09 +0000)
p4raw-id: //depot/perl@29400

cflags.SH

index 54f8aa1..ece6548 100755 (executable)
--- 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