vm_page: Fix a typo in a source code comment
- s/consistancy/consistency/ MFC after: 3 days
This commit is contained in:
parent
10924c4fc3
commit
f77a88c855
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user