2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>

* sparc-tdep.c (sparc-frame-chain): Fix typo in comment.
This commit is contained in:
Michael Snyder 2001-01-02 20:32:50 +00:00
parent c347ee3e51
commit 8140e7acd1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
* sparc-tdep.c (sparc-frame-chain): Fix typo in comment.
2000-12-20 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* arch-utils.c (default_frame_address): New function. Default

View file

@ -425,7 +425,7 @@ CORE_ADDR
sparc_frame_chain (struct frame_info *frame)
{
/* Value that will cause FRAME_CHAIN_VALID to not worry about the chain
value. If it realy is zero, we detect it later in
value. If it really is zero, we detect it later in
sparc_init_prev_frame. */
return (CORE_ADDR) 1;
}