diff options
author | K. Richard Pixley <rich@cygnus> | 1993-08-17 22:11:32 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-08-17 22:11:32 +0000 |
commit | 2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0 (patch) | |
tree | a3af32bb84e81786383b9530f3e888c6c3544b0d /gdb/frame.h | |
parent | e7bb76cc16237e768ff3c9560c3e9faec127786c (diff) | |
download | gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.zip gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.tar.gz gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.tar.bz2 |
fixed typo in comment
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
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 |