From 18225a01ba37eb4fcb70c56762065c1ee94b4807 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 22 Nov 2011 13:15:58 -0800 Subject: op.c: typo --- op.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.c') diff --git a/op.c b/op.c index 1b7a532349..e1cae252a3 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); -- cgit v1.2.1