Nitsville: the routine is called initarm, not init_arm, correct it in

a comment.
This commit is contained in:
Warner Losh 2006-06-21 23:47:25 +00:00
parent 70f3778827
commit a64011a08b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159849

View File

@ -39,7 +39,7 @@
#include <machine/pte.h>
__FBSDID("$FreeBSD$");
/* What size should this really be ? It is only used by init_arm() */
/* What size should this really be ? It is only used by initarm() */
#define INIT_ARM_STACK_SIZE 2048
/*