diff options
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |