Skip to content

Commit

Permalink
vm_object: Fix a typo in a comment
Browse files Browse the repository at this point in the history
Reported by:	brooks
  • Loading branch information
markjdb committed Nov 15, 2023
1 parent 19337b3 commit fb2382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/vm/vm_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

/*
Expand Down

0 comments on commit fb2382d

Please sign in to comment.