op.c: typo
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 Nov 2011 21:15:58 +0000 (13:15 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 Nov 2011 21:16:08 +0000 (13:16 -0800)
op.c

diff --git a/op.c b/op.c
index 1b7a532..e1cae25 100644 (file)
--- 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);