aboutsummaryrefslogtreecommitdiff
path: root/gcc/cccp.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
commit38e012594edc0e7783e3e6d91960c91469df4164 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/cccp.c
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.zip
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r--gcc/cccp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index e0674df..1875632 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -4993,7 +4993,7 @@ open_include_file (filename, searchptr, importing, pinc)
return fd;
}
-/* Return the remapped name of the the include file FILENAME.
+/* Return the remapped name of the include file FILENAME.
SEARCHPTR is the directory being tried from the include file path. */
static char *
@@ -6049,7 +6049,7 @@ collect_expansion (buf, end, nargs, arglist)
}
} else {
/* In -traditional mode, recognize arguments inside strings and
- and character constants, and ignore special properties of #.
+ character constants, and ignore special properties of #.
Arguments inside strings are considered "stringified", but no
extra quote marks are supplied. */
switch (c) {
@@ -6561,7 +6561,7 @@ assertion_install (name, len, hash)
return hp;
}
-/* Find the most recent hash node for name name (ending with first
+/* Find the most recent hash node for name "name" (ending with first
non-identifier char) installed by install
If LEN is >= 0, it is the length of the name.
@@ -9321,7 +9321,7 @@ install (name, len, type, value, hash)
}
/*
- * find the most recent hash node for name name (ending with first
+ * find the most recent hash node for name "name" (ending with first
* non-identifier char) installed by install
*
* If LEN is >= 0, it is the length of the name.