summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-21 18:10:32 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-21 18:10:32 +0000
commit603049487c53b41974328e6f29b9a31d0390085f (patch)
treec41a3a0b467399ccc1919484d19896c12c1e3291 /gcc/diagnostic.c
parent270d165e3b466227e5d5995afe109b5ee309e6c2 (diff)
downloadgcc-603049487c53b41974328e6f29b9a31d0390085f.tar.gz
* diagnostic.c: Remove EGCS reference in comment.
f: * Makefile.in, g77spec.c: Remove EGCS references in comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36996 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r--gcc/diagnostic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c
index 55f5dd3aa19..5d6d1c88d5a 100644
--- a/gcc/diagnostic.c
+++ b/gcc/diagnostic.c
@@ -1645,7 +1645,7 @@ See %s for instructions.\n", GCCBUGURL);
/* Given a partial pathname as input, return another pathname that
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 ../../egcs/gcc/expr.c'. */
+ instead of `Internal compiler error in ../../GCC/gcc/expr.c'. */
static const char *
trim_filename (name)
const char *name;