This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] fix comment typo in sparc-tdep.c



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

        * sparc-tdep.c (sparc-frame-chain): Fix typo in comment.

Index: sparc-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
retrieving revision 1.10
diff -c -3 -p -r1.10 sparc-tdep.c
*** sparc-tdep.c	2001/01/02 20:21:53	1.10
--- sparc-tdep.c	2001/01/02 20:31:44
*************** CORE_ADDR
*** 425,431 ****
  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
       sparc_init_prev_frame.  */
    return (CORE_ADDR) 1;
  }
--- 425,431 ----
  sparc_frame_chain (struct frame_info *frame)
  {
    /* Value that will cause FRAME_CHAIN_VALID to not worry about the chain
!      value.  If it really is zero, we detect it later in
       sparc_init_prev_frame.  */
    return (CORE_ADDR) 1;
  }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]