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 | |
parent | e7bb76cc16237e768ff3c9560c3e9faec127786c (diff) | |
download | gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.zip gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.tar.gz gdb-2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0.tar.bz2 |
fixed typo in comment
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/frame.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 165f3cc..05d5f26 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 17 15:10:04 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * frame.h: fixed typo in comment. + Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h. 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 |