aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorMark Elbrecht <snowball3@bigfoot.com>2000-05-05 00:15:02 +0000
committerJeff Law <law@gcc.gnu.org>2000-05-04 18:15:02 -0600
commitba40970f51467ad8cd41694b6222634479523278 (patch)
treeced25dfcb1b64e3e39e76ebae2b4773344e38473 /gcc/gcc.c
parentfce918204761d06dac67ff055bc26ca6f3a72fbc (diff)
downloadgcc-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/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
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. */