diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-07-05 13:48:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-07-05 13:48:12 +0000 |
commit | 48115085461e029f73aac6bb0350ca94cf746083 (patch) | |
tree | b2e619368c6dc1a32e0b7280eeb770c76ef6a49f /sys/dev/pci/if_ti.c | |
parent | 45d0d70f3d7d5a1d874d9a82469b46ca8cfc0c59 (diff) |
Typo; stobe -> strobe
Diffstat (limited to 'sys/dev/pci/if_ti.c')
-rw-r--r-- | sys/dev/pci/if_ti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ti.c b/sys/dev/pci/if_ti.c index 8abd02036e0..a572ca70450 100644 --- a/sys/dev/pci/if_ti.c +++ b/sys/dev/pci/if_ti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti.c,v 1.36 2002/05/01 16:15:49 mickey Exp $ */ +/* $OpenBSD: if_ti.c,v 1.37 2002/07/05 13:48:11 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -195,7 +195,7 @@ u_int32_t ti_eeprom_putbyte(sc, byte) TI_SETBIT(sc, TI_MISC_LOCAL_CTL, TI_MLC_EE_TXEN); /* - * Feed in each bit and stobe the clock. + * Feed in each bit and strobe the clock. */ for (i = 0x80; i; i >>= 1) { if (byte & i) { |