From: Rafael Garcia-Suarez Date: Tue, 28 Nov 2006 10:09:01 +0000 (+0000) Subject: Typo fix (by Dominic Dunlop) X-Git-Tag: accepted/trunk/20130322.191538~16498 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cf489d61c74279295e704d8bb682720f309c5fa;p=platform%2Fupstream%2Fperl.git Typo fix (by Dominic Dunlop) p4raw-id: //depot/perl@29400 --- diff --git a/cflags.SH b/cflags.SH index 54f8aa1..ece6548 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