summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-01 23:45:13 +0000
committerDavid Anderson <davea@sgi.com>2000-09-01 23:45:13 +0000
commit138be1d9fc9a92327994f7f13eeb1e6baea65dd6 (patch)
tree093ed90e0047ca210de30f91b50854f3707fbfde /gdb/dbxread.c
parent409f731b6adbf170e58020772f7e99614c6a5a00 (diff)
downloadgdb-138be1d9fc9a92327994f7f13eeb1e6baea65dd6.tar.gz
Spelling correction in comment: dependant->dependent
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r--gdb/dbxread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index 5a8a09f983a..e15539a5572 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -791,12 +791,12 @@ struct cont_elem
/* sym and stabsstring for continuing information in cfront */
struct symbol *sym;
char *stabs;
- /* state dependancies (statics that must be preserved) */
+ /* state dependencies (statics that must be preserved) */
int sym_idx;
int sym_end;
int symnum;
int (*func) (struct objfile *, struct symbol *, char *);
- /* other state dependancies include:
+ /* other state dependencies include:
(assumption is that these will not change since process_now FIXME!!)
stringtab_global
n_stabs
@@ -1836,7 +1836,7 @@ read_ofile_symtab (struct partial_symtab *pst)
pst->symtab = end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile));
- /* Process items which we had to "process_later" due to dependancies
+ /* Process items which we had to "process_later" due to dependencies
on other stabs. */
process_now (objfile);