From b28cb1ca078f0937c720a5a9bb6d25826580ea0f Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Thu, 12 Apr 2001 21:50:03 +0000 Subject: [PATCH] remove truncated part from commment --- sys/vm/vm_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 6ff0ab9fa74e..cca1067f5394 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -287,7 +287,7 @@ vm_map_entry_dispose(map, entry) * vm_map_entry_create: [ internal use only ] * * Allocates a VM map entry for insertion. - * No entry fields are filled in. This routine is + * No entry fields are filled in. */ static vm_map_entry_t vm_map_entry_create(map)