summaryrefslogtreecommitdiff
path: root/sys/dev/hil
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 10:29:45 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 10:29:45 +0000
commit0ac516e3336c271470eac6c9ff80494f066c860b (patch)
tree49e0d78fdd6a2645a13ba9f1fa78fd0645323e83 /sys/dev/hil
parent124ec404c6e5ed83c26b3ae27f8f6a9865f30089 (diff)
typo from Tom Cosgrove;
Diffstat (limited to 'sys/dev/hil')
-rw-r--r--sys/dev/hil/hil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/hil.c b/sys/dev/hil/hil.c
index fa900319e25..9da58ea351e 100644
--- a/sys/dev/hil/hil.c
+++ b/sys/dev/hil/hil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hil.c,v 1.11 2003/06/02 23:28:01 millert Exp $ */
+/* $OpenBSD: hil.c,v 1.12 2003/10/21 10:29:44 jmc Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
* All rights reserved.
@@ -326,7 +326,7 @@ hil_process_poll(struct hil_softc *sc, u_int8_t stat, u_int8_t c)
if (c == HIL_RECONFIG) {
/*
* Remember that a configuration event
- * occured; it will be processed upon
+ * occurred; it will be processed upon
* leaving polled mode...
*/
sc->sc_cpending = 1;