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]
Other format: [Raw text]

[commit] arm-tdep.c: spelling fix in comment


2003-02-03  Michael Snyder  <msnyder@redhat.com>

        * arm-tdep.c: Fix spell-o in comment.

Index: arm-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/arm-tdep.c,v
retrieving revision 1.97
diff -p -r1.97 arm-tdep.c
*** arm-tdep.c  8 Jan 2003 19:45:22 -0000       1.97
--- arm-tdep.c  3 Feb 2003 20:01:43 -0000
*************** arm_push_arguments (int nargs, struct va
*** 1503,1509 ****
        }
      }
  
!   /* Return the botom of the argument list (pointed to by fp).  */
    return fp;
  }
  
--- 1503,1509 ----
        }
      }
  
!   /* Return the bottom of the argument list (pointed to by fp).  */
    return fp;
  }


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