aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-14 07:06:09 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-14 07:06:09 +0000
commitfa7a635f7ee277960eb37b9102a3aef76b36b825 (patch)
tree04ba16ef99ae851912ca0be90952db7238ac2139 /sys/vm
parent17db4b52fb41aeabeb945c68c1b5edd4db4eac31 (diff)
downloadsrc-fa7a635f7ee277960eb37b9102a3aef76b36b825.tar.gz
src-fa7a635f7ee277960eb37b9102a3aef76b36b825.zip
Fix a few typos in source code comments
- s/becase/because/ MFC after: 5 days
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_pageout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 9a0b295569e2..ff0c90843037 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -539,7 +539,7 @@ vm_pageout_flush(vm_page_t *mc, int count, int flags, int mreq, int *prunlen,
* the PQ_UNSWAPPABLE holding queue. This is an
* optimization that prevents the page daemon from
* wasting CPU cycles on pages that cannot be reclaimed
- * becase no swap device is configured.
+ * because no swap device is configured.
*
* Otherwise, reactivate the page so that it doesn't
* clog the laundry and inactive queues. (We will try