summaryrefslogtreecommitdiff
path: root/gcc/c-ppoutput.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/c-ppoutput.c
parent40fcf31b2f6ddd6c3b604620446e6447b8942745 (diff)
downloadgcc-a1105617991df6ea134ea207e4bcdb2b05e6e540.tar.gz
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/c-ppoutput.c')
-rw-r--r--gcc/c-ppoutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-ppoutput.c b/gcc/c-ppoutput.c
index 24be879acb3..4d83b5d01e2 100644
--- a/gcc/c-ppoutput.c
+++ b/gcc/c-ppoutput.c
@@ -36,7 +36,7 @@ static struct
const cpp_token *source; /* Source token for spacing. */
int src_line; /* Line number currently being written. */
unsigned char printed; /* Nonzero if something output at line. */
- bool first_time; /* pp_file_change hasn't been called yet. */
+ bool first_time; /* pp_file_change hasn't been called yet. */
} print;
/* General output routines. */