diff options
author | Mark Johnston <markj@FreeBSD.org> | 2024-06-15 14:54:23 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-06-16 17:33:00 +0000 |
commit | 4441dd4094e1e1863d9973e4a064d620f7cd2976 (patch) | |
tree | 0915a5475225467c7484381d51180e5b7c768226 /sys/arm64/include/vmparam.h | |
parent | 774549fe06ac0f45a5a5a661a7fb4107a8695d4c (diff) | |
download | src-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/arm64/include/vmparam.h')
-rw-r--r-- | sys/arm64/include/vmparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/include/vmparam.h b/sys/arm64/include/vmparam.h index 08a3b18da64e..28b8380fc7c1 100644 --- a/sys/arm64/include/vmparam.h +++ b/sys/arm64/include/vmparam.h @@ -76,7 +76,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 |