diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
commit | 1090c37a2abb53f452afc18664a076f51e6f21b6 (patch) | |
tree | f584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/dev/isa/if_fe.c | |
parent | 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
Diffstat (limited to 'sys/dev/isa/if_fe.c')
-rw-r--r-- | sys/dev/isa/if_fe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c index fb643a4a5e0..3d7e4d561ca 100644 --- a/sys/dev/isa/if_fe.c +++ b/sys/dev/isa/if_fe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fe.c,v 1.17 2001/07/08 23:38:07 fgsch Exp $ */ +/* $OpenBSD: if_fe.c,v 1.18 2001/09/20 17:02:31 mpech Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -1616,7 +1616,7 @@ fe_tint(sc, tstat) * packet transmission. When we send two or more packets * with one start command (that's what we do when the * transmission queue is clauded), 86960 informs us number - * of collisions occured on the last packet on the + * of collisions occurred on the last packet on the * transmission only. Number of collisions on previous * packets are lost. I have told that the fact is clearly * stated in the Fujitsu document. @@ -2073,7 +2073,7 @@ fe_get_packet(sc, len) * * I wrote a code for an experimental "delayed padding" technique. * When employed, it postpones the padding process for short packets. - * If xmit() occured at the moment, the padding process is omitted, and + * If xmit() occurred at the moment, the padding process is omitted, and * garbages are sent as pad data. If next packet is stored in the * transmission buffer before xmit(), write_mbuf() pads the previous * packet before transmitting new packet. This *may* gain the |