diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
| commit | d64ada501ae33c02e7c4e3ce21962907df814a5a (patch) | |
| tree | bd0234a8048c844b06483795cfb1fe4d34b68a4f /sys/dev/cm | |
| parent | 5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cm')
| -rw-r--r-- | sys/dev/cm/smc90cx6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c index c12b0161a5a4..73f0523debdd 100644 --- a/sys/dev/cm/smc90cx6.c +++ b/sys/dev/cm/smc90cx6.c @@ -1049,7 +1049,7 @@ cm_ioctl(ifp, command, data) * software has not enabled the Receiver, would make our hardware wait forever * Discovered this after 20 times reading the docs. * - * Only thing we do is disable transmitter. We'll get an transmit timeout, + * Only thing we do is disable transmitter. We'll get a transmit timeout, * and the int handler will have to decide not to retransmit (in case * retransmission is implemented). * |
