summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2001-06-27 06:02:51 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2001-06-27 06:02:51 +0000
commit2470d5cf8fc090ac48abf2368086d336c08e1fd6 (patch)
treee25aefd08d338b12e02d3620f1c269bba3c625dd /sys
parentf54641bc5d0b6a2c9211899632e20e56a3b8361f (diff)
missed one
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_lmc_media.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_lmc_media.c b/sys/dev/pci/if_lmc_media.c
index 170775597c3..dad33ae1e08 100644
--- a/sys/dev/pci/if_lmc_media.c
+++ b/sys/dev/pci/if_lmc_media.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: if_lmc_media.c,v 1.6 2001/06/27 05:44:56 nate Exp $ */
-/* $Id: if_lmc_media.c,v 1.6 2001/06/27 05:44:56 nate Exp $ */
+/* $OpenBSD: if_lmc_media.c,v 1.7 2001/06/27 06:02:50 nate Exp $ */
+/* $Id: if_lmc_media.c,v 1.7 2001/06/27 06:02:50 nate Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@@ -1123,7 +1123,7 @@ lmc_t1_watchdog(lmc_softc_t * const sc)
{
int t1stat;
- /* read alarm 1 status (recieve) */
+ /* read alarm 1 status (receive) */
t1stat = lmc_t1_read (sc, 0x47);
/* blue alarm -- RAIS */
if (t1stat & 0x08) {