diff options
author | Karl Williamson <khw@cpan.org> | 2015-12-15 12:50:20 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-12-16 12:14:46 -0700 |
commit | 0e6e7171b0cf6553a8d9bbbfbc84009d46a622ae (patch) | |
tree | 71e2230de8a86cd8a9ae1adaa08a0db804b57584 /doop.c | |
parent | f090f03af86a2b5e3d2ea31d48fe844fa6f4a27e (diff) | |
download | perl-0e6e7171b0cf6553a8d9bbbfbc84009d46a622ae.tar.gz |
doop.c: Fix typo in comment
Diffstat (limited to 'doop.c')
-rw-r--r-- | doop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |