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 165f3cc..05d5f26 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 c0da682..89df843 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