summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-08-11 18:57:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-08-11 18:57:36 +0000
commite0743819d2533c03fb7e7670a3ee97290f88a538 (patch)
tree88011a5956985d139dc664ac2bb71e19e3142784 /sys/arch/sparc
parent828d6bcbeeedfe17b2c9b7b7e760a110165f6c23 (diff)
An old dvorak typo was lurking here.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/dev/ts102.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/ts102.c b/sys/arch/sparc/dev/ts102.c
index 5aeb3dd00c2..c8bf6f8cb6b 100644
--- a/sys/arch/sparc/dev/ts102.c
+++ b/sys/arch/sparc/dev/ts102.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ts102.c,v 1.17 2006/06/02 20:00:54 miod Exp $ */
+/* $OpenBSD: ts102.c,v 1.18 2006/08/11 18:57:35 miod Exp $ */
/*
* Copyright (c) 2003, 2004, Miodrag Vallat.
*
@@ -41,7 +41,7 @@
* is much more that what the iospace can offer.
*
* A best-effort solution would be to map the windows on demand. However,
- * due to the wap mapdev() works, the va used for the mappings would be
+ * due to the way mapdev() works, the va used for the mappings would be
* lost after unmapping (although using an extent to register iospace memory
* usage would fix this). So, instead, we will do a fixed mapping of a subset
* of each window upon attach - this is similar to what the stp4020 driver