diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-10-10 00:32:04 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-10-10 00:32:04 +0000 |
commit | f3efb16c923fd25de53256da02964bc997c1e23d (patch) | |
tree | 779e6ba5d16df15a30d808be2249769a2ca6705e /gdb/frame.h | |
parent | 67938b61d06ff342bc6578d8d67b98f8fa5f6d14 (diff) | |
download | gdb-f3efb16c923fd25de53256da02964bc997c1e23d.zip gdb-f3efb16c923fd25de53256da02964bc997c1e23d.tar.gz gdb-f3efb16c923fd25de53256da02964bc997c1e23d.tar.bz2 |
2003-10-09 Michael Snyder <msnyder@redhat.com>
* frame.h: Fix typo in comment.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 72f1496..4e05f16 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -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. |