aboutsummaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
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/blockframe.c
parentc6ef451cd84c003d0d3b438bec2455c96d2db843 (diff)
downloadgdb-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.c2
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.
*