diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-12-08 19:59:25 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-12-08 19:59:25 +0000 |
commit | 0fb34c3a109e4276e48f5999a59899b15f79c42c (patch) | |
tree | e46e647008a511d7d8242f20f95e9d4073c934ae /gdb/alpha-tdep.c | |
parent | bd2fa4f6c95dc2ced5e7fa5a102465eb7be18478 (diff) | |
download | gdb-0fb34c3a109e4276e48f5999a59899b15f79c42c.zip gdb-0fb34c3a109e4276e48f5999a59899b15f79c42c.tar.gz gdb-0fb34c3a109e4276e48f5999a59899b15f79c42c.tar.bz2 |
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.
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r-- | gdb/alpha-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 45c4bc0..f54a11d 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -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) |