summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-02 00:09:06 +0000
committerDavid Anderson <davea@sgi.com>2000-09-02 00:09:06 +0000
commit08dab198cfc820e37de35ebc7fd995974f22e84d (patch)
treee576e3923df253235bddcce0ff0c44cfdfeefc22 /gdb/symfile.c
parent56ec4988986568df55ea9ee907eb0cb2e35cb1bf (diff)
downloadgdb-08dab198cfc820e37de35ebc7fd995974f22e84d.tar.gz
Corrected spelling in comment: dependant -> dependent
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index a353c5fef52..5fc516ba5bf 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -757,7 +757,7 @@ syms_from_objfile (struct objfile *objfile, struct section_addr_info *addrs,
discard_cleanups (old_chain);
/* Call this after reading in a new symbol table to give target
- dependant code a crack at the new symbols. For instance, this
+ dependent code a crack at the new symbols. For instance, this
could be used to update the values of target-specific symbols GDB
needs to keep track of (such as _sigtramp, or whatever). */
@@ -1742,7 +1742,7 @@ reread_symbols (void)
reread_one = 1;
/* Call this after reading in a new symbol table to give target
- dependant code a crack at the new symbols. For instance, this
+ dependent code a crack at the new symbols. For instance, this
could be used to update the values of target-specific symbols GDB
needs to keep track of (such as _sigtramp, or whatever). */