diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-28 21:46:25 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-28 21:46:25 +0200 |
commit | 3362be1889f01e2308c7045e23ccb8d4d5c7de04 (patch) | |
tree | 26d1097e8e97dcb88a1439000a67da5278c78eec /vm | |
parent | 2e84449e022783b5f5628495b164f46d2f37bb61 (diff) | |
download | gnumach-3362be1889f01e2308c7045e23ccb8d4d5c7de04.tar.gz gnumach-3362be1889f01e2308c7045e23ccb8d4d5c7de04.tar.bz2 gnumach-3362be1889f01e2308c7045e23ccb8d4d5c7de04.zip |
typo
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |