summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/param.h
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-05-02 14:05:40 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-05-02 14:05:40 +0000
commit9cd9e4fbaef004550217e3b63ec931cd00d618ce (patch)
tree9cd0d474ef97218666ca090a8c57cd2ce8c80f12 /sys/arch/sparc64/include/param.h
parent61779bd7a1848ad45dd9233867d6c96fa3750c7c (diff)
Fix typo. ok miod@.
Diffstat (limited to 'sys/arch/sparc64/include/param.h')
-rw-r--r--sys/arch/sparc64/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h
index 123edbf1545..4ba8af45faf 100644
--- a/sys/arch/sparc64/include/param.h
+++ b/sys/arch/sparc64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.23 2007/04/10 16:43:37 miod Exp $ */
+/* $OpenBSD: param.h,v 1.24 2007/05/02 14:05:39 tom Exp $ */
/* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */
/*
@@ -123,7 +123,7 @@ extern int nbpg, pgofset, pgshift;
* 0x00000000f0100000. It also uses some space around 0x00000000fff00000 to
* map in device registers. The rest is pretty much ours to play with.
*
- * The kernel starts at KERNBASE. Here's they layout. We use macros to set
+ * The kernel starts at KERNBASE. Here's the layout. We use macros to set
* the addresses so we can relocate everything easily. We use 4MB locked TTEs
* to map in the kernel text and data segments. Any extra pages are recycled,
* so they can potentially be double-mapped. This shouldn't really be a