git: b491e9d02da4 - stable/13 - vm_map_insert(): update herald comment

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Fri, 25 Aug 2023 01:08:28 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=b491e9d02da47a237b3edae2d8ca9d9613ff5043

commit b491e9d02da47a237b3edae2d8ca9d9613ff5043
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-08-10 07:59:25 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-08-25 01:06:43 +0000

    vm_map_insert(): update herald comment
    
    (cherry picked from commit 3b44ee50be815a93d4e2b5d34d1cfc77268f6000)
---
 sys/vm/vm_map.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 18763ad2f2bf..1f111448a49d 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -1601,9 +1601,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.
  *