aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-06-15 14:54:23 +0000
committerMark Johnston <markj@FreeBSD.org>2024-06-16 17:33:00 +0000
commit4441dd4094e1e1863d9973e4a064d620f7cd2976 (patch)
tree0915a5475225467c7484381d51180e5b7c768226 /sys/amd64/include/vmparam.h
parent774549fe06ac0f45a5a5a661a7fb4107a8695d4c (diff)
downloadsrc-4441dd4094e1e1863d9973e4a064d620f7cd2976.tar.gz
src-4441dd4094e1e1863d9973e4a064d620f7cd2976.zip
vm_phys: Fix a typo
Fixes: b16b4c22d2d1 ("vm_page: Implement lazy page initialization") Reported by: Steffen Nurpmeso <steffen@sdaoden.eu>
Diffstat (limited to 'sys/amd64/include/vmparam.h')
-rw-r--r--sys/amd64/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index 2ffa51d9021c..ad6bf28f1c3b 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -97,7 +97,7 @@
* Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool from
* which physical pages are allocated and VM_FREEPOOL_DIRECT is the pool from
* which physical pages for page tables and small UMA objects are allocated.
- * VM_FREEPOOL_LAZINIT is a special-purpose pool that is populated only during
+ * VM_FREEPOOL_LAZYINIT is a special-purpose pool that is populated only during
* boot and is used to implement deferred initialization of page structures.
*/
#define VM_NFREEPOOL 3