diff options
Diffstat (limited to 'sys/kern/imgact_binmisc.c')
-rw-r--r-- | sys/kern/imgact_binmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_binmisc.c b/sys/kern/imgact_binmisc.c index 5712838..0fceb13 100644 --- a/sys/kern/imgact_binmisc.c +++ b/sys/kern/imgact_binmisc.c @@ -708,7 +708,7 @@ imgact_binmisc_exec(struct image_params *imgp) break; case ' ': - /* Replace space with NUL to seperate arguments. */ + /* Replace space with NUL to separate arguments. */ *d++ = '\0'; break; |