aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_fork.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
commite3043798aa79660648a80166c1b48461668c4887 (patch)
treec122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/kern_fork.c
parenta061fea6eeb689ab01affff1350cc47beb4a0ce5 (diff)
downloadsrc-e3043798aa79660648a80166c1b48461668c4887.tar.gz
src-e3043798aa79660648a80166c1b48461668c4887.zip
sys/kern: spelling fixes in comments.
No functional change.
Notes
Notes: svn path=/head/; revision=298819
Diffstat (limited to 'sys/kern/kern_fork.c')
-rw-r--r--sys/kern/kern_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c
index 94e139e9a42d..fbc96a4c1861 100644
--- a/sys/kern/kern_fork.c
+++ b/sys/kern/kern_fork.c
@@ -918,7 +918,7 @@ fork1(struct thread *td, struct fork_req *fr)
/*
* 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);