From 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 6 Feb 2001 11:21:58 +0000 Subject: Fix typo: seperate -> separate. Seperate does not exist in the english language. --- sys/i4b/layer1/ihfc/i4b_ihfc_drv.c | 2 +- sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i4b') 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! -- cgit v1.1