summaryrefslogtreecommitdiffstats
path: root/sys/dev/hil
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-10-21 10:29:44 +0000
committerjmc <jmc@openbsd.org>2003-10-21 10:29:44 +0000
commit360b154172deb5e59c8f6b08816f789485afe8cb (patch)
tree7b0f7a8a50cdce020c65b01b2a731b2076fb3acc /sys/dev/hil
parenttypos from Tom Cosgrove; (diff)
downloadwireguard-openbsd-360b154172deb5e59c8f6b08816f789485afe8cb.tar.xz
wireguard-openbsd-360b154172deb5e59c8f6b08816f789485afe8cb.zip
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;