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/blockframe.c | |
parent | c6ef451cd84c003d0d3b438bec2455c96d2db843 (diff) | |
download | gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.zip gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.gz gdb-b7d6b182e1e7967362729243495ecd85f9ea3c03.tar.bz2 |
spelling correction: depdendant->dependent
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r-- | gdb/blockframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c index 2352cdf..747911c 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. * |