diff options
Diffstat (limited to 'sys/arch/sparc/dev/hme.c')
-rw-r--r-- | sys/arch/sparc/dev/hme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/hme.c b/sys/arch/sparc/dev/hme.c index 83950a474b1..f01d1b044a1 100644 --- a/sys/arch/sparc/dev/hme.c +++ b/sys/arch/sparc/dev/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.38 2002/07/17 02:46:52 jason Exp $ */ +/* $OpenBSD: hme.c,v 1.39 2002/10/05 21:19:35 fgsch Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -621,7 +621,7 @@ hme_poll_stop(sc) (HME_FLAG_POLLENABLE | HME_FLAG_POLL)) return; - /* Turn off MIF interrupts, and diable polling */ + /* Turn off MIF interrupts, and disable polling */ tcvr->int_mask = 0xffff; tcvr->cfg &= ~(TCVR_CFG_PENABLE); sc->sc_flags &= ~(HME_FLAG_POLL); |