diff mbox series

Fix typo in comment

Message ID 20190403175641.GA8283@redhat.com
State New
Headers show
Series Fix typo in comment | expand

Commit Message

Jonathan Wakely April 3, 2019, 5:56 p.m. UTC
* files.c (search_path_exhausted): Fix typo in comment.

Committed as obvious.
commit 0e105a283e738b74744fa806a19d5f4afe56732a
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Apr 3 18:55:08 2019 +0100

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

Patch

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