Fix typo in comment

* files.c (search_path_exhausted): Fix typo in comment.

From-SVN: r270132
This commit is contained in:
Jonathan Wakely 2019-04-03 18:56:41 +01:00 committed by Jonathan Wakely
parent 9427422dda
commit 0bf12a5253
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-04-03 Jonathan Wakely <jwakely@redhat.com>
* files.c (search_path_exhausted): Fix typo in comment.
2019-02-26 Martin Liska <mliska@suse.cz>
* symtab.c (ht_dump_statistics): Make

View File

@ -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)
{