spelling correction: depdendant->dependent

This commit is contained in:
David Anderson 2000-09-01 23:39:11 +00:00
parent c6ef451cd8
commit b7d6b182e1
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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. */

View File

@ -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.
*

View File

@ -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);