summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
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/hppa/dev
parent303c07c296b073a0e7c34ebd0cf74603baa9d96b (diff)
[fF]uther -> [fF]urther in comments and man page. First one spotted on
tech@ by Jung.
Diffstat (limited to 'sys/arch/hppa/dev')
-rw-r--r--sys/arch/hppa/dev/sti_sgc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/sti_sgc.c b/sys/arch/hppa/dev/sti_sgc.c
index b6de6c152cd..bfe294bf753 100644
--- a/sys/arch/hppa/dev/sti_sgc.c
+++ b/sys/arch/hppa/dev/sti_sgc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sti_sgc.c,v 1.36 2007/08/23 19:13:28 kettenis Exp $ */
+/* $OpenBSD: sti_sgc.c,v 1.37 2007/09/15 14:28:17 krw Exp $ */
/*
* Copyright (c) 2000-2003 Michael Shalayeff
@@ -117,7 +117,7 @@ sti_sgc_probe(parent, match, aux)
if (ca->ca_type.iodc_type != HPPA_TYPE_FIO)
return (0);
- /* these need futher checking for the graphics id */
+ /* these need further checking for the graphics id */
if (ca->ca_type.iodc_sv_model != HPPA_FIO_GSGC &&
ca->ca_type.iodc_sv_model != HPPA_FIO_SGC)
return 0;