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 d7f3e01016f..167b7958c84 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -442,7 +442,7 @@ darwin_register_objc_includes (const char *sysroot, const char *iprefix, { char *str; /* See if our directory starts with the standard prefix. - "Translate" them, ie. replace /usr/local/lib/gcc... with + "Translate" them, i.e. replace /usr/local/lib/gcc... with IPREFIX and search them first. */ if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0 && !sysroot && !strncmp (fname, cpp_GCC_INCLUDE_DIR, len)) |