aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
authorMartin Schaffner <schaffner@gmx.li>2003-06-25 23:01:10 +0200
committerNeil Booth <neil@gcc.gnu.org>2003-06-25 21:01:10 +0000
commit48c4721eacdd2215e4b0335b50b5379c72924fd8 (patch)
treeb4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cppfiles.c
parentf18754d6403e23cb34e62bb6e09a15a357fa2782 (diff)
downloadgcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.zip
gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.gz
gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.bz2
cppfiles.c: Clarify comments.
* cppfiles.c: Clarify comments. * cpphash.h: Likewise. * cpplib.h: Likewise. * cppmacro.c: Likewise. * mkdeps.h: Likewise. From-SVN: r68496
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index cd6fd6c..ceb6413 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -741,7 +741,7 @@ _cpp_execute_include (cpp_reader *pfile, const char *fname, int angle_brackets,
}
/* Locate HEADER, and determine whether it is newer than the current
- file. If it cannot be located or dated, return -1, if it is newer
+ file. If it cannot be located or dated, return -1, if it is
newer, return 1, otherwise 0. */
int
_cpp_compare_file_date (cpp_reader *pfile, const char *fname,