fixed typo in comment
authorK. Richard Pixley <rich@cygnus>
Tue, 17 Aug 1993 22:11:32 +0000 (22:11 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 17 Aug 1993 22:11:32 +0000 (22:11 +0000)
gdb/ChangeLog
gdb/frame.h

index 165f3ccd95f17bff80557d17a21a55923e0c7dba..05d5f261f4f2a88645c165e590b40f102aee5840 100644 (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.
index c0da682c729ebb24e73a91379948aadc9f7eeadd..89df84313d3b6fc8c1104f7f24c5ae8ac4caf5b3 100644 (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