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]

simple doc fix


The first fruits (well, or near first) of the "Jim tries to understand
the compiler" project :-).

Sat Jul 10 10:46:49 1999  Jim Kingdon  <http://developer.redhat.com>

	* global.c: Fix comment (there is no -greg; it is -dg).

Index: global.c
===================================================================
RCS file: /cvs/egcs/egcs/gcc/global.c,v
retrieving revision 1.27
diff -u -r1.27 global.c
--- global.c	1999/02/25 23:45:19	1.27
+++ global.c	1999/07/10 14:48:07
@@ -1761,7 +1761,7 @@
   *p = 0;
 }
 
-/* Print debugging trace information if -greg switch is given,
+/* Print debugging trace information if -dg switch is given,
    showing the information on which the allocation decisions are based.  */
 
 static void


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