]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-10-09 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 00:32:04 +0000 (00:32 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 00:32:04 +0000 (00:32 +0000)
        * frame.h: Fix typo in comment.

gdb/ChangeLog
gdb/frame.h

index 2a8ad376c1cee393a2b220db725905e7e03d72f2..dedb98f5fe5705b8b3584103f7abb85ea9e09d4d 100644 (file)
@@ -1,6 +1,7 @@
 2003-10-09  Michael Snyder  <msnyder@redhat.com>
 
-       * dummy-frame.c: Fix typo.
+       * frame.h: Fix typo in comment.
+       * dummy-frame.c: Fix typo in comment.
        * d10v-tdep.c: Random whitespace/comment tweaks.
 
 2003-10-09  Elena Zannoni  <ezannoni@redhat.com>
index 72f1496d2c1f7f0efbbe8e09408eab801d9d1b64..4e05f16ede9390fb1aafd6fc85809e4492642cd5 100644 (file)
@@ -666,8 +666,8 @@ extern void deprecated_update_frame_pc_hack (struct frame_info *frame,
                                             CORE_ADDR pc);
 
 /* FIXME: cagney/2002-12-18: Has the frame's base changed?  Or to be
-   more exact, whas that initial guess at the frame's base as returned
-   by deprecated_read_fp() wrong.  If it was, fix it.  This shouldn't
+   more exact, was that initial guess at the frame's base as returned
+   by deprecated_read_fp() wrong?  If it was, fix it.  This shouldn't
    be necessary since the code should be getting the frame's base
    correct from the outset.