diff options
Diffstat (limited to 'sys/arch/hp300/dev/hil.c')
-rw-r--r-- | sys/arch/hp300/dev/hil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hil.c b/sys/arch/hp300/dev/hil.c index 4d70c185fd8..782ef2cee5c 100644 --- a/sys/arch/hp300/dev/hil.c +++ b/sys/arch/hp300/dev/hil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hil.c,v 1.15 2002/03/14 01:26:30 millert Exp $ */ +/* $OpenBSD: hil.c,v 1.16 2002/12/09 00:45:37 millert Exp $ */ /* $NetBSD: hil.c,v 1.34 1997/04/02 22:37:32 scottr Exp $ */ /* @@ -968,7 +968,7 @@ hilevent(hilp) * Copy data to queue. * If this is the first queue we construct the packet * with length, timestamp and poll buffer data. - * For second and sucessive packets we just duplicate + * For second and successive packets we just duplicate * the first packet. */ pp = (u_char *) &hq->hil_event[hq->hil_evqueue.tail]; |