summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-07-12 10:02:47 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-07-12 10:02:47 +0000
commit158dcf95fb4dd706578e883761417fb8104f55e3 (patch)
tree605a3e798047512f11e551d702d415057fa2bec4 /sys
parent442772de493b9f4d2f0c3f85ea82628db03601ac (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/swap_pager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index ad003b17112a..972ddbd9e552 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -835,7 +835,7 @@ swap_pager_freespace(vm_object_t object, vm_pindex_t start, vm_size_t size)
* SWAP_PAGER_RESERVE() - reserve swap blocks in object
*
* Assigns swap blocks to the specified range within the object. The
- * swap blocks are not zerod. Any previous swap assignment is destroyed.
+ * swap blocks are not zeroed. Any previous swap assignment is destroyed.
*
* Returns 0 on success, -1 on failure.
*/