diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
commit | 1a6e52d0e9c7e370830555d206030e479d4a6d1a (patch) | |
tree | b5058a6ff0481660cdbe6cf29963cdd34202476d /sys/compat/linux/linux_util.c | |
parent | efe5a08e092548a9442d794b60893581b177e003 (diff) |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Notes
Notes:
svn path=/head/; revision=72091
Diffstat (limited to 'sys/compat/linux/linux_util.c')
-rw-r--r-- | sys/compat/linux/linux_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index 6399805a3037..6e140808d8f4 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 |