fixed typo in comment

This commit is contained in:
K. Richard Pixley 1993-08-17 22:11:32 +00:00
parent e7bb76cc16
commit 2f03f9a6c6
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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