diff options
author | Mark Elbrecht <snowball3@bigfoot.com> | 2000-05-05 00:15:02 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-04 18:15:02 -0600 |
commit | ba40970f51467ad8cd41694b6222634479523278 (patch) | |
tree | ced25dfcb1b64e3e39e76ebae2b4773344e38473 /gcc | |
parent | fce918204761d06dac67ff055bc26ca6f3a72fbc (diff) | |
download | gcc-ba40970f51467ad8cd41694b6222634479523278.zip gcc-ba40970f51467ad8cd41694b6222634479523278.tar.gz gcc-ba40970f51467ad8cd41694b6222634479523278.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcc.c | 2 |
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 @@ -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. */ |