From accda1a4884d697e97b7594e1d3f48353924ad4c Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 2 Jan 2015 18:50:18 +0000 Subject: [PATCH] MFC r270961 Update a comment to reflect the changes in r213408. git-svn-id: svn://svn.freebsd.org/base/stable/10@276553 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/amd64/amd64/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index fe3850f98..1eceb2d50 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -2603,7 +2603,7 @@ pmap_growkernel(vm_offset_t addr) * "kernel_vm_end" and the kernel page table as they were. * * The correctness of this action is based on the following - * argument: vm_map_findspace() allocates contiguous ranges of the + * argument: vm_map_insert() allocates contiguous ranges of the * kernel virtual address space. It calls this function if a range * ends after "kernel_vm_end". If the kernel is mapped between * "kernel_vm_end" and "addr", then the range cannot begin at -- 2.45.0