From 249eb5068f2182a7c2ef08de73a35e50a0670fd3 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 7 Jun 2009 21:29:43 +0200 Subject: errors.c (internal_error): Commentary typo fix. 2009-06-07 Bernhard Reutner-Fischer * errors.c (internal_error): Commentary typo fix. * gimple-iterator.c (gsi_insert_seq_on_edge): Ditto. * tree-ssa-pre.c: Ditto. From-SVN: r148257 --- gcc/errors.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/errors.c') 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) -- cgit v1.1