Skip to content

Commit

Permalink
VM: Clarify comment about object pages referencing their vnode.
Browse files Browse the repository at this point in the history
  • Loading branch information
netbsduser committed Jun 25, 2023
1 parent 79dee7a commit 6338fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/vm/obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ vm_object_free(vm_map_t *map, vm_object_t *obj)
struct vmp_objpage *opage, *tmp;

/*
* Dirty object pages keep a reference to objects - if we are
* Dirty object pages keep a reference to vnode - if we are
* here, there cannot be any.
*/

Expand Down

0 comments on commit 6338fea

Please sign in to comment.