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/cppfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cppfiles.c') diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 3a42e78639b..b40521b5ed6 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -109,7 +109,7 @@ struct _cpp_file /* If BUFFER above contains the true contents of the file. */ bool buffer_valid; - /* File is a PCH (on return from find_include_file). */ + /* File is a PCH (on return from find_include_file). */ bool pch; }; -- cgit v1.2.3