aboutsummaryrefslogtreecommitdiff
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
commitb7d6b182e1e7967362729243495ecd85f9ea3c03 (patch)
tree225f1d02466d12c23609beca737ee105ac7e5ecb /gdb/arch-utils.h
parentc6ef451cd84c003d0d3b438bec2455c96d2db843 (diff)
downloadfsf-binutils-gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.zip
fsf-binutils-gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.gz
fsf-binutils-gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.bz2
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 615cc5b..579953f 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. */