diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2024-05-27 21:37:40 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2024-06-06 15:54:35 +0000 |
| commit | 8490d5ec8e0e642de1cf8d1ed474bdd45edb7dbc (patch) | |
| tree | b90ead73edd9703c5d607bb52efd15af00bab2fb /sys/vm/vm_init.c | |
| parent | f8b05837c606a0d4244245bb17a86323cb4c8122 (diff) | |
Diffstat (limited to 'sys/vm/vm_init.c')
| -rw-r--r-- | sys/vm/vm_init.c | 2 |
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 |
