OBVIOUS: doc fix

Jim Blandy jimb@codesourcery.com
Tue Mar 21 14:47:00 GMT 2006


ChangeLog:
2006-03-18  Jim Blandy  <jimb@codesourcery.com>

      * symtab.h (enum address_class): Doc fix.

Index: symtab.h
===================================================================
RCS file: /cvs/src/src/gdb/symtab.h,v
retrieving revision 1.96
diff -u -p -r1.96 symtab.h
--- symtab.h    17 Jan 2006 22:30:29 -0000      1.96
+++ symtab.h    18 Mar 2006 18:39:14 -0000
@@ -554,7 +554,7 @@ enum address_class
   LOC_INDIRECT,

   /* The variable's address is computed by a set of location
-     functions (see "struct location_funcs" below).  */
+     functions (see "struct symbol_ops" below).  */
   LOC_COMPUTED,

   /* Same as LOC_COMPUTED, but for function arguments.  */



More information about the Gdb-patches mailing list