summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-02 00:12:17 +0000
committerDavid Anderson <davea@sgi.com>2000-09-02 00:12:17 +0000
commit1e209e64888329d06f0d7b4f57906aac11d35dbc (patch)
tree53d78f286a98f7d682391b7365b48bd03b81b106 /gdb
parent08dab198cfc820e37de35ebc7fd995974f22e84d (diff)
downloadgdb-1e209e64888329d06f0d7b4f57906aac11d35dbc.tar.gz
Corrected spelling in comment: dependant -> dependent.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/symfile.h2
-rw-r--r--gdb/target.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index 56cf4653850..efc6b77e248 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -64,7 +64,7 @@ struct psymbol_allocation_list
#define MAX_SECTIONS 40
struct section_addr_info
{
- /* Sections whose names are file format dependant. */
+ /* Sections whose names are file format dependent. */
struct other_sections
{
CORE_ADDR addr;
diff --git a/gdb/target.h b/gdb/target.h
index 5c651496f74..0dc3c8e6a82 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1124,13 +1124,13 @@ extern void (*target_new_objfile_hook) (struct objfile *);
#define target_pid_to_exec_file(pid) \
(current_target.to_pid_to_exec_file) (pid)
-/* Hook to call target-dependant code after reading in a new symbol table. */
+/* Hook to call target-dependent code after reading in a new symbol table. */
#ifndef TARGET_SYMFILE_POSTREAD
#define TARGET_SYMFILE_POSTREAD(OBJFILE)
#endif
-/* Hook to call target dependant code just after inferior target process has
+/* Hook to call target dependent code just after inferior target process has
started. */
#ifndef TARGET_CREATE_INFERIOR_HOOK