From 99e7bb18bed25bdf9bfa9e285fecb7befdf5b3df Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 2 Sep 2000 00:01:33 +0000 Subject: [PATCH] Fixed spelling errors in comments: dependant->dependent in several places. --- gdb/gdbarch.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 2fa2f6e51f..82ffdce699 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 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 *); -- 2.34.1