aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-02 00:01:33 +0000
committerDavid Anderson <davea@sgi.com>2000-09-02 00:01:33 +0000
commit99e7bb18bed25bdf9bfa9e285fecb7befdf5b3df (patch)
tree58e002328c9f4e4c483128988218aad909e49692 /gdb
parent3ee9b6e949c9a0f887c7ede1f2d86a9723a87775 (diff)
downloadgdb-99e7bb18bed25bdf9bfa9e285fecb7befdf5b3df.zip
gdb-99e7bb18bed25bdf9bfa9e285fecb7befdf5b3df.tar.gz
gdb-99e7bb18bed25bdf9bfa9e285fecb7befdf5b3df.tar.bz2
Fixed spelling errors in comments: dependant->dependent in several places.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdbarch.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 2fa2f6e..82ffdce 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -77,7 +77,7 @@ extern int gdbarch_byte_order (struct gdbarch *gdbarch);
#endif
-/* The following are initialized by the target dependant code. */
+/* The following are initialized by the target dependent code. */
/* Number of bits in a char or unsigned char for the target machine.
Just like CHAR_BIT in <limits.h> but describes the target machine.
@@ -1350,7 +1350,7 @@ extern struct gdbarch_tdep *gdbarch_tdep (struct gdbarch *gdbarch);
The mechanisms below ensures that there is only a loose connection
between the set-architecture command and the various GDB
- components. Each component can independantly register their need
+ components. Each component can independently register their need
to maintain architecture specific data with gdbarch.
Pragmatics:
@@ -1360,7 +1360,7 @@ extern struct gdbarch_tdep *gdbarch_tdep (struct gdbarch *gdbarch);
The more traditional mega-struct containing architecture specific
data for all the various GDB components was also considered. Since
- GDB is built from a variable number of (fairly independant)
+ GDB is built from a variable number of (fairly independent)
components it was determined that the global aproach was not
applicable. */
@@ -1520,7 +1520,7 @@ extern void register_gdbarch_swap (void *data, unsigned long size, gdbarch_swap_
-/* The target-system-dependant byte order is dynamic */
+/* The target-system-dependent byte order is dynamic */
/* TARGET_BYTE_ORDER_SELECTABLE_P determines if the target endianness
is selectable at runtime. The user can use the ``set endian''
@@ -1560,7 +1560,7 @@ extern int target_byte_order_auto;
-/* The target-system-dependant BFD architecture is dynamic */
+/* The target-system-dependent BFD architecture is dynamic */
extern int target_architecture_auto;
#ifndef TARGET_ARCHITECTURE_AUTO
@@ -1573,7 +1573,7 @@ extern const struct bfd_arch_info *target_architecture;
#endif
-/* The target-system-dependant disassembler is semi-dynamic */
+/* The target-system-dependent disassembler is semi-dynamic */
#include "dis-asm.h" /* Get defs for disassemble_info */
@@ -1614,7 +1614,7 @@ extern disassemble_info tm_print_insn_info;
#endif
-/* Set the dynamic target-system-dependant parameters (architecture,
+/* Set the dynamic target-system-dependent parameters (architecture,
byte-order, ...) using information found in the BFD */
extern void set_gdbarch_from_file (bfd *);