aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
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
commit9d8a64cb91ccfbbb2d18991dd855c14077d12bee (patch)
tree89162fc4ff8684aaa2e4897bf92ba017695305a3 /gdb/target.h
parent38c2ef12c323230828473d91f3ca7e2d8c654dbf (diff)
downloadgdb-9d8a64cb91ccfbbb2d18991dd855c14077d12bee.zip
gdb-9d8a64cb91ccfbbb2d18991dd855c14077d12bee.tar.gz
gdb-9d8a64cb91ccfbbb2d18991dd855c14077d12bee.tar.bz2
Corrected spelling in comment: dependant -> dependent.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 5c65149..0dc3c8e 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