From 0ac516e3336c271470eac6c9ff80494f066c860b Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 21 Oct 2003 10:29:45 +0000 Subject: typo from Tom Cosgrove; --- sys/dev/hil/hil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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; -- cgit v1.2.3