2003-02-03 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 3 Feb 2003 20:03:00 +0000 (20:03 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 3 Feb 2003 20:03:00 +0000 (20:03 +0000)
* arm-tdep.c: Fix spell-o in comment.

gdb/ChangeLog
gdb/arm-tdep.c

index ab7c8b8..2cbbc2a 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-03  Michael Snyder  <msnyder@redhat.com>
+
+       * arm-tdep.c: Fix spell-o in comment.
+
 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
 
        * dwarf2cfi.c (pointer_encoding): Added new parameter.
index 7ff473f..93ed5bd 100644 (file)
@@ -1503,7 +1503,7 @@ arm_push_arguments (int nargs, struct value **args, CORE_ADDR sp,
        }
     }
 
-  /* Return the botom of the argument list (pointed to by fp).  */
+  /* Return the bottom of the argument list (pointed to by fp).  */
   return fp;
 }