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:
e1a5cbc
)
regcomp.c: typo in comment
author
Karl Williamson
<public@khwilliamson.com>
Wed, 26 Dec 2012 17:32:43 +0000
(10:32 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 28 Dec 2012 17:38:54 +0000
(10:38 -0700)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
aae0ad2
..
c26fb2f
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-8056,7
+8056,7
@@
S_invlist_iternext(pTHX_ SV* invlist, UV* start, UV* end)
PERL_ARGS_ASSERT_INVLIST_ITERNEXT;
if (*pos >= len) {
- *pos = UV_MAX; /* Force iternit() to be required next time */
+ *pos = UV_MAX; /* Force iter
i
nit() to be required next time */
return FALSE;
}