From: Mark Elbrecht Date: Fri, 5 May 2000 00:15:02 +0000 (+0000) Subject: gcc.c (free_split_directories): Correct typo in explanation of make_relative_prefix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba40970f51467ad8cd41694b6222634479523278;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0ee1413ed8..ef16ac79cb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-05-04 Mark Elbrecht + + * gcc.c (free_split_directories): Correct typo in explanation + of make_relative_prefix. + 2000-05-04 Geoff Keating * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point diff --git a/gcc/gcc.c b/gcc/gcc.c index 7730482ea53..651cda5690e 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. */