gcc.c (free_split_directories): Correct typo in explanation of make_relative_prefix.

* gcc.c (free_split_directories): Correct typo in explanation
        of make_relative_prefix.

From-SVN: r33693
This commit is contained in:
Mark Elbrecht 2000-05-05 00:15:02 +00:00 committed by Jeff Law
parent fce9182047
commit ba40970f51
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -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. */