summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2013-04-25 23:16:03 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2013-04-25 23:16:03 +0000
commit4db4ddb705b3568cb8b4d70911d4bf3f96dcca3c (patch)
treeb375eb37bdc5f67e865ab207aee082d6bc041663 /sys/arch/beagle
parente4e9a14374a4bed8d583d85b23473effbec28bdc (diff)
Use the correct arch name in a beagle header.
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r--sys/arch/beagle/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/include/vmparam.h b/sys/arch/beagle/include/vmparam.h
index b79e27766f1..8018167955d 100644
--- a/sys/arch/beagle/include/vmparam.h
+++ b/sys/arch/beagle/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.4 2011/05/30 22:25:20 oga Exp $ */
+/* $OpenBSD: vmparam.h,v 1.5 2013/04/25 23:16:02 patrick Exp $ */
/* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */
/*
@@ -35,7 +35,7 @@
#define ARM_KERNEL_BASE 0xc0000000
-/* Allow armish to have bigger DSIZ than generic arm, allow user to override */
+/* Allow beagle to have bigger DSIZ than generic arm, allow user to override */
#ifndef MAXDSIZ
#define MAXDSIZ (1024*1024*1024) /* max data size */
#endif