2003-10-09 Michael Snyder <msnyder@redhat.com>

* frame.h: Fix	typo in	comment.
This commit is contained in:
Michael Snyder
2003-10-10 00:32:04 +00:00
parent 67938b61d0
commit f3efb16c92
2 changed files with 4 additions and 3 deletions

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

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