From: Michael Snyder Date: Fri, 10 Oct 2003 00:32:04 +0000 (+0000) Subject: 2003-10-09 Michael Snyder X-Git-Tag: gdb_6_1-branchpoint~1255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3efb16c923fd25de53256da02964bc997c1e23d;p=thirdparty%2Fbinutils-gdb.git 2003-10-09 Michael Snyder * frame.h: Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a8ad376c1c..dedb98f5fe5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ 2003-10-09 Michael Snyder - * 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 diff --git a/gdb/frame.h b/gdb/frame.h index 72f1496d2c1..4e05f16ede9 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.