diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:09:06 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:09:06 +0000 |
commit | 38c2ef12c323230828473d91f3ca7e2d8c654dbf (patch) | |
tree | 0ad25f080d2c0df435a6ecccaee7834d5a136f95 /gdb | |
parent | 3cbb88dcd12697a7fdaee0458874e336830b8e3d (diff) | |
download | gdb-38c2ef12c323230828473d91f3ca7e2d8c654dbf.zip gdb-38c2ef12c323230828473d91f3ca7e2d8c654dbf.tar.gz gdb-38c2ef12c323230828473d91f3ca7e2d8c654dbf.tar.bz2 |
Corrected spelling in comment: dependant -> dependent
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/symfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index a353c5f..5fc516b 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). */ |