aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-06-25 19:10:49 +0000
committerFred Fish <fnf@specifix.com>1992-06-25 19:10:49 +0000
commit50e0dc4198cd5a873deeae34cf9718e805049693 (patch)
treeea0417dd264644957538ae248647eeee87b85ccf /gdb/symtab.c
parent65967d33edcbb41cc77c35721cdf7698f38748c9 (diff)
downloadgdb-50e0dc4198cd5a873deeae34cf9718e805049693.zip
gdb-50e0dc4198cd5a873deeae34cf9718e805049693.tar.gz
gdb-50e0dc4198cd5a873deeae34cf9718e805049693.tar.bz2
* mipsread.c: Pass NULL name pointer to init_type, not 0.
* gdbtypes.c (init_type): Use copy of typename on type_obstack. * dwarfread.c (enum_type): Save enum names on type_obstack. * dwarfread.c (struct_type): Save member name on type_obstack. * symtab.c (_initialize_symtab): Fix misspelling. * regex.c (store_jump, insert_jump): Return void.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r--gdb/symtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 82a0413..7c7f3b0 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -2782,7 +2782,7 @@ _initialize_symtab ()
#if 0
add_info ("methods", methods_info,
"All method names, or those matching REGEXP::REGEXP.\n\
-If the class qualifier is ommited, it is assumed to be the current scope.\n\
+If the class qualifier is omitted, it is assumed to be the current scope.\n\
If the first REGEXP is omitted, then all methods matching the second REGEXP\n\
are listed.");
#endif