summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-01 23:39:11 +0000
committerDavid Anderson <davea@sgi.com>2000-09-01 23:39:11 +0000
commit2b1e4f3b03bfa28547f836abe19611727f2eef26 (patch)
treec9f5175fba4297d53ec0b71a8cad8f42f6675033 /gdb/arch-utils.h
parent4a38cd35903c9ba19184f564f548f2034c7e22b9 (diff)
downloadgdb-2b1e4f3b03bfa28547f836abe19611727f2eef26.tar.gz
spelling correction: depdendant->dependent
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 615cc5b0c9b..579953f9c42 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -76,13 +76,13 @@ extern int frame_num_args_unknown (struct frame_info *fi);
targets. */
/* DEPRECATED pre- multi-arch interface. Explicitly set the dynamic
- target-system-dependant parameters based on bfd_architecture and
+ target-system-dependent parameters based on bfd_architecture and
machine. This function is deprecated, use
set_gdbarch_from_arch_machine(). */
extern void set_architecture_from_arch_mach (enum bfd_architecture, unsigned long);
-/* DEPRECATED pre- multi-arch interface. Notify the target dependant
+/* DEPRECATED pre- multi-arch interface. Notify the target dependent
backend of a change to the selected architecture. A zero return
status indicates that the target did not like the change. */