diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:20 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:06:41 +0100 |
commit | b7b1e41b767189c1e8835fba238082ba120976b6 (patch) | |
tree | f37b363c8b0c777e668d48f1a10b3708481339e8 /ext/Opcode/Opcode.xs | |
parent | ed0436dcef2045079d794c497f3ca20bc041b79e (diff) | |
download | perl-b7b1e41b767189c1e8835fba238082ba120976b6.tar.gz |
Fix typos (spelling errors) in ext/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81882]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81882 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'ext/Opcode/Opcode.xs')
-rw-r--r-- | ext/Opcode/Opcode.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Opcode.xs b/ext/Opcode/Opcode.xs index 1e5f8c22db..587c2994ee 100644 --- a/ext/Opcode/Opcode.xs +++ b/ext/Opcode/Opcode.xs @@ -89,7 +89,7 @@ put_op_bitspec(pTHX_ const char *optag, STRLEN len, SV *mask) /* Fetch a 'bits' entry for an opname or optag (IV/PV). * Note that we return the actual entry for speed. - * Always sv_mortalcopy() if returing it to user code. + * Always sv_mortalcopy() if returning it to user code. */ static SV * |