projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf7dff
)
regcomp.c: Typo
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 7 Nov 2012 00:42:34 +0000
(16:42 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 9 Nov 2012 05:20:22 +0000
(21:20 -0800)
regcomp.c
patch
|
blob
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
dbb8306
..
9e48dcd
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-11460,7
+11460,7
@@
S_regclass(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth)
* reg() gets called (recursively) on the rewritten version, and this
* function will return what it constructs. (Actually the <multi-fold>s
* aren't physically removed from the [abcdefghi], it's just that they are
- * ignored in the recursion by means of a
a
flag:
+ * ignored in the recursion by means of a flag:
* <RExC_in_multi_char_class>.)
*
* ANYOF nodes contain a bit map for the first 256 characters, with the