diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:39:11 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:39:11 +0000 |
commit | b7d6b182e1e7967362729243495ecd85f9ea3c03 (patch) | |
tree | 225f1d02466d12c23609beca737ee105ac7e5ecb /gdb/arch-utils.h | |
parent | c6ef451cd84c003d0d3b438bec2455c96d2db843 (diff) | |
download | gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.zip gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.gz gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.bz2 |
spelling correction: depdendant->dependent
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 4 |
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. */ |