summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-11-15 21:09:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-11-15 21:09:47 +0000
commit949697742576e42a42bd5167dde01391c7c64b97 (patch)
treed4e4d91617e4b4a63b7a16faff4054779b07e7ec /sys/arch/hp300/dev
parenta264dff2442a60964cbf2c4585b92128a2ce3d97 (diff)
Only two `h' in threshold.
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r--sys/arch/hp300/dev/hd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c
index d1da7ee591e..6b2258a068a 100644
--- a/sys/arch/hp300/dev/hd.c
+++ b/sys/arch/hp300/dev/hd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hd.c,v 1.33 2005/11/15 07:02:36 miod Exp $ */
+/* $OpenBSD: hd.c,v 1.34 2005/11/15 21:09:44 miod Exp $ */
/* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */
/*
@@ -1036,7 +1036,7 @@ hderror(unit)
}
/*
* Only report error if we have reached the error reporting
- * threshhold. By default, this will only report after the
+ * threshold. By default, this will only report after the
* retry limit has been exceeded.
*/
if (rs->sc_tab.b_errcnt < hderrthresh)