diff options
author | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
commit | 86492e7813dd3de2ecad8d9c2c803198c045300f (patch) | |
tree | 3c42c168e7a1c14b1a59251cfc5ea04cce44bed1 /gdb/symtab.h | |
parent | 0594ce6812669af20b550a1aad8b0a5a8c540382 (diff) | |
download | gdb-86492e7813dd3de2ecad8d9c2c803198c045300f.tar.gz |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index d76df87c253..1195856a57a 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -761,7 +761,7 @@ struct partial_symbol /* Source-file information. This describes the relation between source files, - ine numbers and addresses in the program text. */ + line numbers and addresses in the program text. */ struct sourcevector { @@ -1417,7 +1417,7 @@ extern struct partial_symbol *fixup_psymbol_section (struct partial_symbol /* Symbol searching */ /* When using search_symbols, a list of the following structs is returned. - Callers must free the search list using free_symbol_search! */ + Callers must free the search list using free_search_symbols! */ struct symbol_search { /* The block in which the match was found. Could be, for example, |