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 c2d91f581d8..b5b5461b9ee 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -862,7 +862,7 @@ cpp_included (cpp_reader *pfile, const char *fname) return entry != NULL; } -/* Calculate the hash value of a file hash entry P. */ +/* Calculate the hash value of a file hash entry P. */ static hashval_t file_hash_hash (const void *p) |