vm_page: Fix a typo in a source code comment

- s/consistancy/consistency/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 12:52:22 +02:00
parent 10924c4fc3
commit f77a88c855

View File

@ -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)