diff options
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_util.c')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_util.c b/sys/i386/ibcs2/ibcs2_util.c index 0a361fd..bef94fd3 100644 --- a/sys/i386/ibcs2/ibcs2_util.c +++ b/sys/i386/ibcs2/ibcs2_util.c @@ -43,7 +43,7 @@ const char ibcs2_emul_path[] = "/compat/ibcs2"; /* * 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 |