summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_nge.c
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2002-07-05 13:48:12 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2002-07-05 13:48:12 +0000
commit48115085461e029f73aac6bb0350ca94cf746083 (patch)
treeb2e619368c6dc1a32e0b7280eeb770c76ef6a49f /sys/dev/pci/if_nge.c
parent45d0d70f3d7d5a1d874d9a82469b46ca8cfc0c59 (diff)
Typo; stobe -> strobe
Diffstat (limited to 'sys/dev/pci/if_nge.c')
-rw-r--r--sys/dev/pci/if_nge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_nge.c b/sys/dev/pci/if_nge.c
index 4e9461820e1..68d5f29eb19 100644
--- a/sys/dev/pci/if_nge.c
+++ b/sys/dev/pci/if_nge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_nge.c,v 1.18 2002/03/14 01:26:59 millert Exp $ */
+/* $OpenBSD: if_nge.c,v 1.19 2002/07/05 13:48:11 aaron Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2000, 2001
@@ -255,7 +255,7 @@ void nge_eeprom_putbyte(sc, addr)
d = addr | NGE_EECMD_READ;
/*
- * Feed in each bit and stobe the clock.
+ * Feed in each bit and strobe the clock.
*/
for (i = 0x400; i; i >>= 1) {
if (d & i) {