git: 3eecab672f03 - stable/12 - vm_page: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:45:52 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3eecab672f03e26c95e452215e87da14e1622f3d commit 3eecab672f03e26c95e452215e87da14e1622f3d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 10:52:22 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:38:16 +0000 vm_page: Fix a typo in a source code comment - s/consistancy/consistency/ (cherry picked from commit f77a88c855c557902e4e4c9696b08e847c413f54) --- sys/vm/vm_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 7b8b258e4db6..cf2e0724a496 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -4386,7 +4386,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)