summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:28:18 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:28:18 +0000
commit108d9cfcb386f7c605eb46d22d8129f639afb2bd (patch)
treece621237e28bf022b8b72fc74fc05d46688d9613 /sys/arch/vax/uba
parent303c07c296b073a0e7c34ebd0cf74603baa9d96b (diff)
[fF]uther -> [fF]urther in comments and man page. First one spotted on
tech@ by Jung.
Diffstat (limited to 'sys/arch/vax/uba')
-rw-r--r--sys/arch/vax/uba/qv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c
index fbf9371a67f..4ae41721a87 100644
--- a/sys/arch/vax/uba/qv.c
+++ b/sys/arch/vax/uba/qv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qv.c,v 1.12 2006/01/17 20:26:16 miod Exp $ */
+/* $OpenBSD: qv.c,v 1.13 2007/09/15 14:28:17 krw Exp $ */
/* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */
/*-
@@ -118,7 +118,7 @@
* As a further complication this driver is required to function as the
* virtual system console. This code runs before and during auto-
* configuration and therefore is require to have a second path for setup.
- * It is futher constrained to have a character output routine that
+ * It is further constrained to have a character output routine that
* is not dependant on the interrupt system.
*
*/