summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
commit3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /contrib
parent0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff)
downloadgcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fixinc/regex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/fixinc/regex.c b/contrib/fixinc/regex.c
index 12489596e1c..dfab691b504 100644
--- a/contrib/fixinc/regex.c
+++ b/contrib/fixinc/regex.c
@@ -24,7 +24,7 @@
#pragma alloca
#endif
-/* $Id: regex.c,v 1.1 1998/03/20 16:19:41 korbb Exp $ */
+/* $Id: regex.c,v 1.3 1999/01/11 13:25:47 law Exp $ */
#define _GNU_SOURCE
@@ -2026,7 +2026,7 @@ regex_compile (pattern, size, syntax, bufp)
default:
normal_backslash:
/* You might think it would be useful for \ to mean
- not to translate; but if we don't translate it
+ not to translate; but if we don't translate it,
it will never match anything. */
c = TRANSLATE (c);
goto normal_char;
@@ -3203,7 +3203,7 @@ re_match (bufp, string, size, pos, regs)
/* re_match_2 matches the compiled pattern in BUFP against the
- the (virtual) concatenation of STRING1 and STRING2 (of length SIZE1
+ (virtual) concatenation of STRING1 and STRING2 (of length SIZE1
and SIZE2, respectively). We start matching at POS, and stop
matching at STOP.
@@ -3253,7 +3253,7 @@ re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
to resume scanning the pattern; the second one is where to resume
scanning the strings. If the latter is zero, the failure point is
a ``dummy''; if a failure happens and the failure point is a dummy,
- it gets discarded and the next next one is tried. */
+ it gets discarded and the next one is tried. */
fail_stack_type fail_stack;
#ifdef DEBUG
static unsigned failure_id = 0;