aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-04 10:52:22 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-04 10:52:22 +0000
commitf77a88c855c557902e4e4c9696b08e847c413f54 (patch)
treed22aae88ca6f27346a0dbab2c5c917ce99070400
parent10924c4fc3bec1a3170681e42c3a854845584a51 (diff)
downloadsrc-f77a88c855c557902e4e4c9696b08e847c413f54.tar.gz
src-f77a88c855c557902e4e4c9696b08e847c413f54.zip
vm_page: Fix a typo in a source code comment
- s/consistancy/consistency/ MFC after: 3 days
-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 6abee86a227d..127406c0d582 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -5364,7 +5364,7 @@ vm_page_zero_invalid(vm_page_t m, boolean_t setvalid)
/*
* setvalid is TRUE when we can safely set the zero'd areas
- * as being valid. We can do this if there are no cache consistancy
+ * as being valid. We can do this if there are no cache consistency
* issues. e.g. it is ok to do with UFS, but not ok to do with NFS.
*/
if (setvalid)