aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2024-05-27 21:37:40 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2024-06-06 15:54:35 +0000
commit8490d5ec8e0e642de1cf8d1ed474bdd45edb7dbc (patch)
treeb90ead73edd9703c5d607bb52efd15af00bab2fb /sys/vm/vm_init.c
parentf8b05837c606a0d4244245bb17a86323cb4c8122 (diff)
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 886e1765d45d..4476c9c79665 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -104,7 +104,7 @@ static void vm_mem_init(void *);
SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init, NULL);
/*
- * vm_init initializes the virtual memory system.
+ * vm_mem_init() initializes the virtual memory system.
* This is done only by the first cpu up.
*/
static void