vm_map_insert(): update herald comment

Only a part of the object may be mapped.

Noted by:	alc
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D41099
This commit is contained in:
Konstantin Belousov 2023-08-10 10:59:25 +03:00
parent efbfa74caf
commit 3b44ee50be

View file

@ -1603,9 +1603,8 @@ vm_map_lookup_entry(
/*
* vm_map_insert:
*
* Inserts the given whole VM object into the target
* map at the specified address range. The object's
* size should match that of the address range.
* Inserts the given VM object into the target map at the
* specified address range.
*
* Requires that the map be locked, and leaves it so.
*