From 3362be1889f01e2308c7045e23ccb8d4d5c7de04 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 28 Aug 2023 21:46:25 +0200 Subject: typo --- vm/vm_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/vm_debug.c') diff --git a/vm/vm_debug.c b/vm/vm_debug.c index cc483485..0b60611a 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -324,7 +324,7 @@ mach_vm_object_pages( info->vpi_offset = p->offset; if (p->phys_addr != (typeof(info->vpi_phys_addr)) p->phys_addr) - printf("warning: physical address overflow in mach_vm_object_pages!!"); + printf("warning: physical address overflow in mach_vm_object_pages!!\n"); info->vpi_phys_addr = p->phys_addr; info->vpi_wire_count = p->wire_count; info->vpi_page_lock = p->page_lock; -- cgit v1.2.3