summaryrefslogtreecommitdiff
path: root/gcc/errors.c
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-07 19:29:43 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-07 19:29:43 +0000
commit3d400f58692dd7eb565f25ca266ea9e7439f9ed8 (patch)
treea76bb84d32a9f579329c702dac34d6d83a0382a0 /gcc/errors.c
parentdd24d1a64025ddfeb55a62be3024c85e5bc18ec9 (diff)
downloadgcc-3d400f58692dd7eb565f25ca266ea9e7439f9ed8.tar.gz
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* errors.c (internal_error): Commentary typo fix. * gimple-iterator.c (gsi_insert_seq_on_edge): Ditto. * tree-ssa-pre.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148257 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/errors.c')
-rw-r--r--gcc/errors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/errors.c b/gcc/errors.c
index d89e14d94d6..c75b361fb02 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)