summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind/regexp.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-10-18 14:13:18 +0000
committerjoerg <joerg@FreeBSD.org>1996-10-18 14:13:18 +0000
commite9d8333cac1727cd103717773a1d431522322d3d (patch)
tree8ba07061eb7199f93227492816406dcd0da95945 /usr.bin/vgrind/regexp.c
parent193247f80b8792ef4219660d8739d903d43bbd86 (diff)
downloadFreeBSD-src-e9d8333cac1727cd103717773a1d431522322d3d.zip
FreeBSD-src-e9d8333cac1727cd103717773a1d431522322d3d.tar.gz
Some cleanup:
. correct a typo in regexp.c, . implement a new "nc" (non-comment) feature to describe exceptions from the comment detection; there were problems in Perl with the $# operator that could not be solved by any other means, . prevent blocklevel from becoming negative (due to earlier misdetected sequences), this is probably a workaround for the problem described in PR # bin/1785, . update the Perl description to use the "nc" feature, . update the man page for the "nc" and the undocumented "ab"/"ae" features.
Diffstat (limited to 'usr.bin/vgrind/regexp.c')
-rw-r--r--usr.bin/vgrind/regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c
index 2022edb..472b6d4 100644
--- a/usr.bin/vgrind/regexp.c
+++ b/usr.bin/vgrind/regexp.c
@@ -263,7 +263,7 @@ expconv()
OCNT(cs) = ccre - cs; /* offset to next symbol */
break;
- /* reurn from a recursion */
+ /* return from a recursion */
case ')':
if (acs != NIL) {
do {
OpenPOWER on IntegriCloud