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/kern/subr_clist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/subr_clist.c') diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index a7d1daf..3389d36 100644 --- a/sys/kern/subr_clist.c +++ b/sys/kern/subr_clist.c @@ -494,7 +494,7 @@ b_to_q(src, amount, clistp) /* * Clear quote bits if they aren't known to be clear. - * The following could probably be made into a seperate + * The following could probably be made into a separate * "bitzero()" routine, but why bother? */ if (isset(cblockp->c_quote, CBQSIZE * NBBY - 1)) { -- cgit v1.1