* files.c (search_path_exhausted): Fix typo in comment.
From-SVN: r270132
+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
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)
{