From: Father Chrysostomos Date: Tue, 22 Nov 2011 21:15:58 +0000 (-0800) Subject: op.c: typo X-Git-Tag: accepted/trunk/20130322.191538~2002 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18225a01ba37eb4fcb70c56762065c1ee94b4807;p=platform%2Fupstream%2Fperl.git op.c: typo --- diff --git a/op.c b/op.c index 1b7a532..e1cae25 100644 --- a/op.c +++ b/op.c @@ -6999,7 +6999,7 @@ Perl_newXS_len_flags(pTHX_ const char *name, STRLEN len, } else if (CvROOT(cv) || CvXSUB(cv) || GvASSUMECV(gv)) { /* already defined (or promised) */ - /* Reduntant check that allows us to avoid creating an SV + /* Redundant check that allows us to avoid creating an SV most of the time: */ if (CvCONST(cv) || ckWARN(WARN_REDEFINE)) { const line_t oldline = CopLINE(PL_curcop);