summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-06-21 23:47:25 +0000
committerimp <imp@FreeBSD.org>2006-06-21 23:47:25 +0000
commit14612d61da7a02e167e729ed233efd4540011dc7 (patch)
tree9a98afd4a09cd31002cf18bad026028c18c018d8 /sys/arm
parent777260528c74c6ef4f6fa7b2dd66e24c5cb893d3 (diff)
downloadFreeBSD-src-14612d61da7a02e167e729ed233efd4540011dc7.zip
FreeBSD-src-14612d61da7a02e167e729ed233efd4540011dc7.tar.gz
Nitsville: the routine is called initarm, not init_arm, correct it in
a comment.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/locore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/locore.S b/sys/arm/arm/locore.S
index 494a10e..888092c 100644
--- a/sys/arm/arm/locore.S
+++ b/sys/arm/arm/locore.S
@@ -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
/*
OpenPOWER on IntegriCloud