This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
assert that SvTAIL() isn't being called on PVAVs or PVHVs
[perl5.git] / 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