From: Jonathan Wakely Date: Wed, 3 Apr 2019 17:56:41 +0000 (+0100) Subject: Fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0bf12a5253cb5c85f4182330564fee4f12e18f07;p=gcc.git Fix typo in comment * files.c (search_path_exhausted): Fix typo in comment. From-SVN: r270132 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 261494bd447..7fe5b5276de 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2019-04-03 Jonathan Wakely + + * files.c (search_path_exhausted): Fix typo in comment. + 2019-02-26 Martin Liska * symtab.c (ht_dump_statistics): Make diff --git a/libcpp/files.c b/libcpp/files.c index 77dc1889471..b0ac22be6ba 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) {