summaryrefslogtreecommitdiff
path: root/gdb
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
parentc6ef451cd84c003d0d3b438bec2455c96d2db843 (diff)
downloadbinutils-gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.gz
spelling correction: depdendant->dependent
Diffstat (limited to 'gdb')
-rw-r--r--gdb/arch-utils.c2
-rw-r--r--gdb/arch-utils.h4
-rw-r--r--gdb/blockframe.c2
-rw-r--r--gdb/fork-child.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c
index 5c9f070e59a..02eeaeac782 100644
--- a/gdb/arch-utils.c
+++ b/gdb/arch-utils.c
@@ -541,7 +541,7 @@ info_architecture (char *args, int from_tty)
printf_filtered ("\n");
}
-/* Set the dynamic target-system-dependant parameters (architecture,
+/* Set the dynamic target-system-dependent parameters (architecture,
byte-order) using information found in the BFD */
void
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. */
diff --git a/gdb/blockframe.c b/gdb/blockframe.c
index 2352cdf70cc..747911c1a9c 100644
--- a/gdb/blockframe.c
+++ b/gdb/blockframe.c
@@ -1037,7 +1037,7 @@ pc_in_call_dummy_at_entry_point (CORE_ADDR pc, CORE_ADDR sp,
* The following code serves to maintain the dummy stack frames for
* inferior function calls (ie. when gdb calls into the inferior via
* call_function_by_hand). This code saves the machine state before
- * the call in host memory, so we must maintain an independant stack
+ * the call in host memory, so we must maintain an independent stack
* and keep it consistant etc. I am attempting to make this code
* generic enough to be used by many targets.
*
diff --git a/gdb/fork-child.c b/gdb/fork-child.c
index 03f6fe22ba7..147a59fd772 100644
--- a/gdb/fork-child.c
+++ b/gdb/fork-child.c
@@ -358,7 +358,7 @@ fork_inferior (char *exec_file, char *allargs, char **env,
correct program, and are poised at the first instruction of the
new program. */
- /* Allow target dependant code to play with the new process. This might be
+ /* Allow target dependent code to play with the new process. This might be
used to have target-specific code initialize a variable in the new process
prior to executing the first instruction. */
TARGET_CREATE_INFERIOR_HOOK (pid);