This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

typo in gcc.c


Greetings,
I found a typo in gcc.c.

2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>

	* gcc.c: Correct typo in explanation of make_relative_prefix.

Index: egcs/gcc/gcc.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/gcc.c,v
retrieving revision 1.139
diff -c -4 -p -r1.139 gcc.c
*** gcc.c	2000/04/24 23:57:46	1.139
--- gcc.c	2000/05/04 21:56:23
*************** free_split_directories (dirs)
*** 2101,2109 ****
     pathname of the difference between BIN_PREFIX and PREFIX.
  
     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.
  
     If no relative prefix can be found, return NULL.  */
  
  static char *
--- 2101,2109 ----
     pathname of the difference between BIN_PREFIX and PREFIX.
  
     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 /red/green/blue/../omega.
  
     If no relative prefix can be found, return NULL.  */
  
  static char *



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]