Fix typo in comment
authorJonathan Wakely <jwakely@redhat.com>
Wed, 3 Apr 2019 17:56:41 +0000 (18:56 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 3 Apr 2019 17:56:41 +0000 (18:56 +0100)
* files.c (search_path_exhausted): Fix typo in comment.

From-SVN: r270132

libcpp/ChangeLog
libcpp/files.c

index 261494bd4478da763aa5bc2c5e9145fe5393163d..7fe5b5276de68240724b8cd704a7e5bc96965ce0 100644 (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
index 77dc18894716c2aa25dfc610a617ded53e328aad..b0ac22be6ba596ff79b9ec48d0944200268a84c4 100644 (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)
 {