summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-12-15 12:50:20 -0700
committerKarl Williamson <khw@cpan.org>2015-12-16 12:14:46 -0700
commit0e6e7171b0cf6553a8d9bbbfbc84009d46a622ae (patch)
tree71e2230de8a86cd8a9ae1adaa08a0db804b57584 /doop.c
parentf090f03af86a2b5e3d2ea31d48fe844fa6f4a27e (diff)
downloadperl-0e6e7171b0cf6553a8d9bbbfbc84009d46a622ae.tar.gz
doop.c: Fix typo in comment
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doop.c b/doop.c
index 5dbd8a29cc..293542b79b 100644
--- a/doop.c
+++ b/doop.c
@@ -1017,7 +1017,7 @@ Perl_do_vop(pTHX_ I32 optype, SV *sv, SV *left, SV *right)
}
rsave = rc = SvPV_nomg_const(right, rightlen);
- /* This need to come after SvPV to ensure that string overloading has
+ /* This needs to come after SvPV to ensure that string overloading has
fired off. */
left_utf = DO_UTF8(left);