summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-06-06 10:04:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-06-06 10:04:34 +0000
commitd0b87d6e2c6e1a903400dde4950ca1c428f3d613 (patch)
tree3b6fdda639b251fb57b5996649b3a6895e8c003c /sys
parent217723c991e179f5562d5cb15b424b8b3c60acf0 (diff)
typo in comment
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/pmap.h b/sys/arch/sparc/include/pmap.h
index dda1650bf74..9c6a85917b2 100644
--- a/sys/arch/sparc/include/pmap.h
+++ b/sys/arch/sparc/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.45 2009/02/12 18:52:15 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.46 2010/06/06 10:04:33 miod Exp $ */
/* $NetBSD: pmap.h,v 1.30 1997/08/04 20:00:47 pk Exp $ */
/*
@@ -119,7 +119,7 @@
* hierarchy of page tables in allocated kernel memory; these tables refer
* to each other by physical address pointers in SRMMU format (thus they
* are not very useful to the kernel's management routines). The other set
- * of tables is similar to those used for the Sun4/100's 3-level MMU; it
+ * of tables is similar to those used for the Sun4/400's 3-level MMU; it
* is a hierarchy of regmap and segmap structures which contain kernel virtual
* pointers to each other. These must (unfortunately) be kept in sync.
*