summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-22 13:15:58 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 13:16:08 -0800
commit18225a01ba37eb4fcb70c56762065c1ee94b4807 (patch)
treed6640c55bea2c04a39700f7162a6d3aca967cd1c /op.c
parent95869c09b86df682c7834ce2fc5007ecc61f111e (diff)
downloadperl-18225a01ba37eb4fcb70c56762065c1ee94b4807.tar.gz
op.c: typo
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
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);