aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2014-09-11 03:16:57 +0000
committerAlan Cox <alc@FreeBSD.org>2014-09-11 03:16:57 +0000
commit81a065058cb5564a87b76c947b5bb53b942fd479 (patch)
tree6871346ab040ef0fa0bca988cce9cba062b923e0 /sys/vm/vm_object.h
parent8caf8a8d0e31b748ad1e7fc2d4611a5d6fdb98f1 (diff)
downloadsrc-81a065058cb5564a87b76c947b5bb53b942fd479.tar.gz
src-81a065058cb5564a87b76c947b5bb53b942fd479.zip
Update a stale comment.
Notes
Notes: svn path=/head/; revision=271417
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 48ba743bf2ec..ab3c7d3af30f 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -199,7 +199,7 @@ struct vm_object {
#define OBJPC_SYNC 0x1 /* sync I/O */
#define OBJPC_INVAL 0x2 /* invalidate */
-#define OBJPC_NOSYNC 0x4 /* skip if PG_NOSYNC */
+#define OBJPC_NOSYNC 0x4 /* skip if VPO_NOSYNC */
/*
* The following options are supported by vm_object_page_remove().