diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-28 10:09:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-28 10:09:01 +0000 |
commit | 5cf489d61c74279295e704d8bb682720f309c5fa (patch) | |
tree | 42e86b9a896f65abaaf336650adc82bf36989962 /cflags.SH | |
parent | 894eec8b7139a2304cd70bab8bf666ee96a2b7e5 (diff) | |
download | perl-5cf489d61c74279295e704d8bb682720f309c5fa.tar.gz |
Typo fix (by Dominic Dunlop)
p4raw-id: //depot/perl@29400
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |