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

* arm-tdep.c: Fix spell-o in comment.
This commit is contained in:
Michael Snyder
2003-02-03 20:03:00 +00:00
parent 3dc16cab3d
commit f211c6d462
2 changed files with 5 additions and 1 deletions

View 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;
}