summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2015-01-02 18:50:18 +0000
committeralc <alc@FreeBSD.org>2015-01-02 18:50:18 +0000
commitafa6861080a472382692f3e6eadd04cea3d47657 (patch)
tree5c7f8d645e397b928e190dd1445803ac422e5e6e /sys/amd64
parentb1a28017550c1fbe19238f9dc27171723f917d1a (diff)
downloadFreeBSD-src-afa6861080a472382692f3e6eadd04cea3d47657.zip
FreeBSD-src-afa6861080a472382692f3e6eadd04cea3d47657.tar.gz
MFC r270961
Update a comment to reflect the changes in r213408.
Diffstat (limited to 'sys/amd64')
-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 fe3850f..1eceb2d 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
OpenPOWER on IntegriCloud