gcc.c (free_split_directories): Correct typo in explanation of make_relative_prefix.
authorMark Elbrecht <snowball3@bigfoot.com>
Fri, 5 May 2000 00:15:02 +0000 (00:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 5 May 2000 00:15:02 +0000 (18:15 -0600)
        * gcc.c (free_split_directories): Correct typo in explanation
        of make_relative_prefix.

From-SVN: r33693

gcc/ChangeLog
gcc/gcc.c

index c0ee1413ed81565ab5c4465b37754cff7413ae65..ef16ac79cb9eb8fad2642f0d59159b0ef73fdf5e 100644 (file)
@@ -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
index 7730482ea5385f16be772b0e74c6ee12e1e0941e..651cda5690eb39f594a73e3e1fc748d3336018d5 100644 (file)
--- 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.  */