summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2014-09-02 04:11:20 +0000
committeralc <alc@FreeBSD.org>2014-09-02 04:11:20 +0000
commit8b014a347bf609febfd59128c02baa9e1b0a128e (patch)
tree878d099bbd8092f415057bdf667697057694d44c
parent1853fe0f7a3a7677b865cd560e61258b6d358218 (diff)
downloadFreeBSD-src-8b014a347bf609febfd59128c02baa9e1b0a128e.zip
FreeBSD-src-8b014a347bf609febfd59128c02baa9e1b0a128e.tar.gz
Update a comment to reflect the changes in r213408.
MFC after: 5 days
-rw-r--r--sys/amd64/amd64/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 8a22689..f0ea75c 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -2571,7 +2571,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
OpenPOWER on IntegriCloud