This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82f0f3
)
op.c: Fix typo in comment
author
Karl Williamson
<khw@cpan.org>
Sun, 29 Dec 2019 03:00:53 +0000
(20:00 -0700)
committer
Karl Williamson
<khw@cpan.org>
Mon, 30 Dec 2019 05:35:18 +0000
(22:35 -0700)
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
3db1174
..
0f14d7e
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-7105,7
+7105,7
@@
S_pmtrans(pTHX_ OP *o, OP *expr, OP *repl)
* This routine modifies traditional inversion maps to reserve two
* mappings:
*
- * TR_UNLISTED (or -1) indicates that
the
no code point in the range
+ * TR_UNLISTED (or -1) indicates that no code point in the range
* is listed in the tr/// searchlist. At runtime, these are
* always passed through unchanged. In the inversion map, all
* points in the range are mapped to -1, instead of increasing,