aboutsummaryrefslogtreecommitdiff
path: root/libcpp/files.c
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-04-03 18:56:41 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2019-04-03 18:56:41 +0100
commit0bf12a5253cb5c85f4182330564fee4f12e18f07 (patch)
tree22b2e710b9c28539d4260b569d0a230b2a0de520 /libcpp/files.c
parent9427422ddacdf1c2914adfb6e8edca87f250fdfc (diff)
downloadgcc-0bf12a5253cb5c85f4182330564fee4f12e18f07.zip
gcc-0bf12a5253cb5c85f4182330564fee4f12e18f07.tar.gz
gcc-0bf12a5253cb5c85f4182330564fee4f12e18f07.tar.bz2
Fix typo in comment
* files.c (search_path_exhausted): Fix typo in comment. From-SVN: r270132
Diffstat (limited to 'libcpp/files.c')
-rw-r--r--libcpp/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/files.c b/libcpp/files.c
index 77dc188..b0ac22b 100644
--- a/libcpp/files.c
+++ b/libcpp/files.c
@@ -455,7 +455,7 @@ find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch,
return false;
}
-/* Return tue iff the missing_header callback found the given HEADER. */
+/* Return true iff the missing_header callback found the given HEADER. */
static bool
search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file)
{