aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gcc.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c0ee141..ef16ac7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
+
+ * gcc.c (free_split_directories): Correct typo in explanation
+ of make_relative_prefix.
+
2000-05-04 Geoff Keating <geoffk@cygnus.com>
* config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 7730482..651cda5 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2102,7 +2102,7 @@ free_split_directories (dirs)
For example, if BIN_PREFIX is /alpha/beta/gamma/gcc/delta, PREFIX is
/alpha/beta/gamma/omega/, and PROGNAME is /red/green/blue/gcc, then this
- function will return /reg/green/blue/../omega.
+ function will return /red/green/blue/../omega.
If no relative prefix can be found, return NULL. */