From 114d1f2c1d7c8791220f6efd03314abe96a1c699 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 1 Sep 2000 23:45:13 +0000 Subject: [PATCH] Spelling correction in comment: dependant->dependent --- gdb/d10v-tdep.c | 2 +- gdb/dbxread.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c index 8b6f0905e4..171ff387a3 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -191,7 +191,7 @@ d10v_ts3_register_name (int reg_nr) return register_names[reg_nr]; } -/* Access the DMAP/IMAP registers in a target independant way. */ +/* Access the DMAP/IMAP registers in a target independent way. */ static unsigned long d10v_ts2_dmap_register (int reg_nr) diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 5a8a09f983..e15539a557 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);