summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2006-03-18 18:40:04 +0000
committerJim Blandy <jimb@codesourcery.com>2006-03-18 18:40:04 +0000
commit71f248fc0841c6ae556f70576ccc674bef644eb4 (patch)
treeb6efd6d3097721d8e56956ef72054f831241fc42
parentcab7c66a9c135c882a6d56295f64d411c9262610 (diff)
downloadgdb-71f248fc0841c6ae556f70576ccc674bef644eb4.tar.gz
2006-03-18 Jim Blandy <jimb@codesourcery.com>
* symtab.h (enum address_class): Doc fix.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/symtab.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 61659058153..4b48f6b9a3c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 840478ad5db..bef9aaaf1a9 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -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. */