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/compat/linux/linux_util.c | 2 +- sys/compat/svr4/svr4_sysvec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat') diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index 6399805..6e14080 100644 --- a/sys/compat/linux/linux_util.c +++ b/sys/compat/linux/linux_util.c @@ -43,7 +43,7 @@ const char linux_emul_path[] = "/compat/linux"; /* * Search an alternate path before passing pathname arguments on - * to system calls. Useful for keeping a seperate 'emulation tree'. + * to system calls. Useful for keeping a separate 'emulation tree'. * * If cflag is set, we check if an attempt can be made to create * the named file, i.e. we check if the directory it should diff --git a/sys/compat/svr4/svr4_sysvec.c b/sys/compat/svr4/svr4_sysvec.c index f314d1d..05354d1 100644 --- a/sys/compat/svr4/svr4_sysvec.c +++ b/sys/compat/svr4/svr4_sysvec.c @@ -228,7 +228,7 @@ svr4_fixup(register_t **stack_base, struct image_params *imgp) /* * Search an alternate path before passing pathname arguments on - * to system calls. Useful for keeping a seperate 'emulation tree'. + * to system calls. Useful for keeping a separate 'emulation tree'. * * If cflag is set, we check if an attempt can be made to create * the named file, i.e. we check if the directory it should -- cgit v1.1