2000-12-08 Michael Snyder <msnyder@mvstp600e.cygnus.com>

* alpha-tdep.c: Fix typo in comment.
        * dbxread.c: Fix typo in comment.
        * fr30-tdep.c: Fix typo: newline missing after comment.
        * mcore-tdep.c: Fix typo in comment.
This commit is contained in:
Michael Snyder 2000-12-08 19:59:25 +00:00
parent bd2fa4f6c9
commit 0fb34c3a10
5 changed files with 16 additions and 8 deletions

View file

@ -1164,8 +1164,8 @@ alpha_pop_frame (void)
LENIENT, then we must skip everything which is involved in setting
up the frame (it's OK to skip more, just so long as we don't skip
anything which might clobber the registers which are being saved.
Currently we must not skip more on the alpha, but we might the lenient
stuff some day. */
Currently we must not skip more on the alpha, but we might need the
lenient stuff some day. */
CORE_ADDR
alpha_skip_prologue (CORE_ADDR pc, int lenient)