diff options
Diffstat (limited to 'sys/kern/kern_fork.c')
-rw-r--r-- | sys/kern/kern_fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 6f5f74b..6feafe3 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -900,7 +900,7 @@ fork1(struct thread *td, int flags, int pages, struct proc **procp, /* * The swap reservation failed. The accounting * from the entries of the copied vm2 will be - * substracted in vmspace_free(), so force the + * subtracted in vmspace_free(), so force the * reservation there. */ swap_reserve_force(mem_charged); |