diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-11-08 12:08:53 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-11-08 12:08:53 +0000 |
commit | 718d4974829059a9c526b5f4ad50d04b33ed6b01 (patch) | |
tree | ead5ad6ba7f157a4dd9a4738fb885ede85dd3896 /sys | |
parent | 4635a4076c9eaed12635a1bf8bfccf6df4fab65a (diff) | |
download | FreeBSD-src-718d4974829059a9c526b5f4ad50d04b33ed6b01.zip FreeBSD-src-718d4974829059a9c526b5f4ad50d04b33ed6b01.tar.gz |
Fix two typo's: teh -> the, ther -> there.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i4b/layer1/iwic/i4b_iwic_bchan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c index 8a18c99..e836f78 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c @@ -627,7 +627,7 @@ iwic_bchannel_start(int unit, int chan_no) /* * if there is either still data in the current mbuf and/or * there is a successor on the chain available issue just - * a XTF (transmit) command to teh chip. if ther is no more + * a XTF (transmit) command to the chip. if there is no more * data available from the current mbuf (-chain), issue * an XTF and an XME (message end) command which will then * send the CRC and the closing HDLC flag sequence |