diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
commit | 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (patch) | |
tree | d3b94ea5b02dffbb2c0e5d31631391f45eda4df5 /sys/dev/hea | |
parent | 3ade7f7578b70f38723a624d12f4d0866ecc461f (diff) | |
download | FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.zip FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.tar.gz |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Diffstat (limited to 'sys/dev/hea')
-rw-r--r-- | sys/dev/hea/eni_transmit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c index 2fd5b24..13ea896 100644 --- a/sys/dev/hea/eni_transmit.c +++ b/sys/dev/hea/eni_transmit.c @@ -543,7 +543,7 @@ retry: * using TX channel 0. Also, round length up to a word * size which should only effect the last buffer in the * chain. This works because the PDU length is maintained - * seperately and we're not really adjusting the buffer's + * separately and we're not really adjusting the buffer's * idea of its length. */ KB_DATASTART ( m, buf_addr, u_long ); |