summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-06-24 13:36:16 +0000
committerglebius <glebius@FreeBSD.org>2013-06-24 13:36:16 +0000
commitfd69e3f2df65d87b78e41ad2275b6ca79421c5c7 (patch)
treecc7f632fcfba74815d3f047079c5aeb79f299db0 /sys/vm
parent0234e19d9669a65c39ae13db2a15f2e33a91be08 (diff)
downloadFreeBSD-src-fd69e3f2df65d87b78e41ad2275b6ca79421c5c7.zip
FreeBSD-src-fd69e3f2df65d87b78e41ad2275b6ca79421c5c7.tar.gz
Typo in comment.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index 2dde31f..65ca2e3 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -2013,7 +2013,7 @@ vm_page_wire(vm_page_t m)
* However, unless the page belongs to an object, it is not enqueued because
* it cannot be paged out.
*
- * If a page is fictitious, then its wire count must alway be one.
+ * If a page is fictitious, then its wire count must always be one.
*
* A managed page must be locked.
*/
OpenPOWER on IntegriCloud