aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-27 07:09:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-27 07:09:43 +0000
commita1105617991df6ea134ea207e4bcdb2b05e6e540 (patch)
treef41f4b240dc12ae9461209e19a5a72a2a6dc5e0d /gcc/gcc.c
parent40fcf31b2f6ddd6c3b604620446e6447b8942745 (diff)
downloadgcc-a1105617991df6ea134ea207e4bcdb2b05e6e540.zip
gcc-a1105617991df6ea134ea207e4bcdb2b05e6e540.tar.gz
gcc-a1105617991df6ea134ea207e4bcdb2b05e6e540.tar.bz2
c-decl.c, [...]: Fix comment typos and formatting.
* c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c, expr.c, fold-const.c, gcc.c, haifa-sched.c, loop-iv.c, params.def, read-rtl.c, rtl.c, rtlanal.c, toplev.c: Fix comment typos and formatting. Follow spelling conventions. From-SVN: r78555
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index e4cce36..78e82c4 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -6493,7 +6493,7 @@ lookup_compiler (const char *name, size_t length, const char *language)
}
#if defined (OS2) ||defined (HAVE_DOS_BASED_FILE_SYSTEM)
- /* look again, but case-insensitively this time. */
+ /* Look again, but case-insensitively this time. */
if (cp < compilers)
for (cp = compilers + n_compilers - 1; cp >= compilers; cp--)
{