diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
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. */ |