summaryrefslogtreecommitdiffstats
path: root/sys/i4b
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
commit2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (patch)
treed3b94ea5b02dffbb2c0e5d31631391f45eda4df5 /sys/i4b
parent3ade7f7578b70f38723a624d12f4d0866ecc461f (diff)
downloadFreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.zip
FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Diffstat (limited to 'sys/i4b')
-rw-r--r--sys/i4b/layer1/ihfc/i4b_ihfc_drv.c2
-rw-r--r--sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c
index 722e856..68afeaa 100644
--- a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c
+++ b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c
@@ -602,7 +602,7 @@ ihfc_fsm(ihfc_sc_t *sc, int flag)
* NOTE: HFC-S/SP and ISAC transmitters are always active when *
* activated state is reached. The bytes sent to the S0-bus are all *
* high impedance, so they do not disturb. *
- * The HFC-1 has a seperate SIEMENS S0-device. */
+ * The HFC-1 has a separate SIEMENS S0-device. */
if (S_HFC & HFC_1)
{
diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c
index 7f40ace..10c6395 100644
--- a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c
+++ b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c
@@ -27,7 +27,7 @@
* i4b_ihfc_l1.c - hfc layer 1 handler
* -----------------------------------
*
- * The idea of this file is to seperate hfcs/sp/pci data/signal
+ * The idea of this file is to separate hfcs/sp/pci data/signal
* handling and the I4B data/signal handling.
*
* Everything which has got anything to do with I4B has been put here!
OpenPOWER on IntegriCloud