summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-04-28 11:43:35 +0000
committerkib <kib@FreeBSD.org>2009-04-28 11:43:35 +0000
commite7ebaf3f1541c2e7e5bc7d65843d066278ecb6fb (patch)
tree5cf346bd6038a33e3368f1e329b143cec3185955 /sys/vm
parent76f48d741e882adc480ce472bfbe7a4cee00a29a (diff)
downloadFreeBSD-src-e7ebaf3f1541c2e7e5bc7d65843d066278ecb6fb.zip
FreeBSD-src-e7ebaf3f1541c2e7e5bc7d65843d066278ecb6fb.tar.gz
Fix typo.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/swap_pager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 4c10f2f..6b58294 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -2255,12 +2255,12 @@ SYSCTL_NODE(_vm, OID_AUTO, swap_info, CTLFLAG_RD, sysctl_vm_swap_info,
"Swap statistics by device");
/*
- * vmspace_swap_count() - count the approximate swap useage in pages for a
+ * vmspace_swap_count() - count the approximate swap usage in pages for a
* vmspace.
*
* The map must be locked.
*
- * Swap useage is determined by taking the proportional swap used by
+ * Swap usage is determined by taking the proportional swap used by
* VM objects backing the VM map. To make up for fractional losses,
* if the VM object has any swap use at all the associated map entries
* count for at least 1 swap page.
OpenPOWER on IntegriCloud