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/fork-child.c | |
parent | c6ef451cd84c003d0d3b438bec2455c96d2db843 (diff) | |
download | gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.zip gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.gz gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.bz2 |
spelling correction: depdendant->dependent
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r-- | gdb/fork-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c index 03f6fe2..147a59f 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); |