diff options
Diffstat (limited to 'gcc/errors.c')
-rw-r--r-- | gcc/errors.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/errors.c b/gcc/errors.c index d89e14d..c75b361 100644 --- a/gcc/errors.c +++ b/gcc/errors.c @@ -104,7 +104,8 @@ internal_error (const char *format, ...) shares no directory elements with the pathname of __FILE__. This is used by fancy_abort() to print `Internal compiler error in expr.c' instead of `Internal compiler error in ../../GCC/gcc/expr.c'. This - version if for the gen* programs and so needn't handle subdirectories. */ + version is ment to be used for the gen* programs and therefor need not + handle subdirectories. */ const char * trim_filename (const char *name) |