diff options
Diffstat (limited to 'gcc/prefix.c')
-rw-r--r-- | gcc/prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/prefix.c b/gcc/prefix.c index 7cb2e7b1bef..5fa47e75a63 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -300,7 +300,7 @@ UPDATE_PATH_HOST_CANONICALIZE (path, key); #endif #ifdef DIR_SEPARATOR_2 - /* Convert DIR_SEPARATOR_2 to DIR_SEPARATOR. */ + /* Convert DIR_SEPARATOR_2 to DIR_SEPARATOR. */ if (DIR_SEPARATOR != DIR_SEPARATOR_2) { char *new_path = xstrdup (path); |