aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-10-21 19:10:32 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2000-10-21 19:10:32 +0100
commitbf6eb15f686356a55cb46f9f2ae9b5832a55c3d0 (patch)
treec41a3a0b467399ccc1919484d19896c12c1e3291 /gcc/diagnostic.c
parent6b76f569a3f2030616575bb034bf9fce4e04c87e (diff)
downloadgcc-bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0.zip
gcc-bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0.tar.gz
gcc-bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0.tar.bz2
diagnostic.c: Remove EGCS reference in comment.
* diagnostic.c: Remove EGCS reference in comment. f: * Makefile.in, g77spec.c: Remove EGCS references in comments. From-SVN: r36996
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 55f5dd3..5d6d1c8 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;