aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
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
commita849c9ab4fb769fc784aea9068219d42d799fb03 (patch)
tree5159eca376f588be9d27fec0c35debe8baa88135 /gdb/symtab.h
parent0a966e2d8fe871b398281e753c0705dbb792fbc3 (diff)
downloadgdb-a849c9ab4fb769fc784aea9068219d42d799fb03.zip
gdb-a849c9ab4fb769fc784aea9068219d42d799fb03.tar.gz
gdb-a849c9ab4fb769fc784aea9068219d42d799fb03.tar.bz2
2006-03-18 Jim Blandy <jimb@codesourcery.com>
* symtab.h (enum address_class): Doc fix.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 840478a..bef9aaa 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. */