From aab2cf92f98dc58ac1bffb472b685b9b73f71529 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 27 Feb 2004 07:09:43 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78555 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-ppoutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-ppoutput.c') 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. */ -- cgit v1.2.1