aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-08-17 22:11:32 +0000
committerK. Richard Pixley <rich@cygnus>1993-08-17 22:11:32 +0000
commit2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0 (patch)
treea3af32bb84e81786383b9530f3e888c6c3544b0d /gdb/frame.h
parente7bb76cc16237e768ff3c9560c3e9faec127786c (diff)
downloadfsf-binutils-gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.zip
fsf-binutils-gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.tar.gz
fsf-binutils-gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.tar.bz2
fixed typo in comment
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index c0da682..89df843 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -98,7 +98,7 @@ struct frame_info
int signal_handler_caller;
/* Anything extra for this structure that may have been defined
- in the machine depedent files. */
+ in the machine dependent files. */
#ifdef EXTRA_FRAME_INFO
EXTRA_FRAME_INFO
#endif