projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2c53b6d
)
Typo in comments.
Jarkko Hietaniemi [Tue, 1 Dec 1998 08:22:49 +0000 (08:22 +0000)]
p4raw-id: //depot/cfgperl@2425
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
4879706
..
53b1664
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-2669,7
+2669,7
@@
regrepeat_hard(regnode *p, I32 max, I32 *lp)
}
/*
- - regclass - determine if a character falls into a character class
+ - reginclass - determine if a character falls into a character class
*/
STATIC bool