diff options
Diffstat (limited to 'gcc/config/darwin-c.c')
| -rw-r--r-- | gcc/config/darwin-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index e8b188f5056..9adf2498bcc 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -449,7 +449,7 @@ darwin_register_frameworks (int stdinc) fails to find a header. We search each file in the include stack, using FUNC, starting from the most deeply nested include and finishing with the main input file. We stop searching when FUNC - returns non-zero. */ + returns nonzero. */ static const char* find_subframework_header (cpp_reader *pfile, const char *header, cpp_dir **dirp) |

