From fb2382da049cd293adcdccb6984bcae276c861ac Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 14 Nov 2023 08:48:13 -0500 Subject: [PATCH] vm_object: Fix a typo in a comment Reported by: brooks --- sys/vm/vm_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 35b4fd8eed61..f36de1b33730 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -202,7 +202,7 @@ struct vm_object { #define OBJ_PAGERPRIV1 0x4000 /* Pager private */ #define OBJ_PAGERPRIV2 0x8000 /* Pager private */ #define OBJ_HASCAP 0x10000 /* object can store capabilities */ -#define OBJ_NOCAP 0x20000 /* object and allow shadow objects can +#define OBJ_NOCAP 0x20000 /* object and all shadow objects can not store capabilities */ /*