2006-03-18 Jim Blandy <jimb@codesourcery.com>
authorJim Blandy <jimb@codesourcery.com>
Sat, 18 Mar 2006 18:40:04 +0000 (18:40 +0000)
committerJim Blandy <jimb@codesourcery.com>
Sat, 18 Mar 2006 18:40:04 +0000 (18:40 +0000)
* symtab.h (enum address_class): Doc fix.

gdb/ChangeLog
gdb/symtab.h

index 61659058153b874941e5608597a11aca18799d5e..4b48f6b9a3cfadb5bcd938c139f634a9b3fa4269 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-18  Jim Blandy  <jimb@codesourcery.com>
+
+       * symtab.h (enum address_class): Doc fix.
+
 2006-03-16  Michael Snyder  <msnyder@redhat.com>
 
        * tracepoint.c (tracepoint_save_command): Fix typo in error msg.
index 840478ad5dbe431939929af94cbb4652deac19fc..bef9aaaf1a9f3a5a4f64e93bc721f57b6d70f96b 100644 (file)
@@ -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.  */