Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/mach typo
details: https://anonhg.NetBSD.org/src/rev/7e38d8acf24f
branches: trunk
changeset: 555658:7e38d8acf24f
user: manu <manu%NetBSD.org@localhost>
date: Mon Nov 24 15:06:09 2003 +0000
description:
typo
diffstat:
sys/compat/mach/mach_vm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d3a0416b2636 -r 7e38d8acf24f sys/compat/mach/mach_vm.c
--- a/sys/compat/mach/mach_vm.c Mon Nov 24 14:59:38 2003 +0000
+++ b/sys/compat/mach/mach_vm.c Mon Nov 24 15:06:09 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mach_vm.c,v 1.36 2003/11/16 01:14:07 manu Exp $ */
+/* $NetBSD: mach_vm.c,v 1.37 2003/11/24 15:06:09 manu Exp $ */
/*-
* Copyright (c) 2002-2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_vm.c,v 1.36 2003/11/16 01:14:07 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_vm.c,v 1.37 2003/11/24 15:06:09 manu Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -432,7 +432,7 @@
vput(vp);
FILE_UNUSE(fp, p);
- DPRINTF(("mach_sya_map_fd: mapping at %p\n", (void *)evc.ev_addr));
+ DPRINTF(("mach_sys_map_fd: mapping at %p\n", (void *)evc.ev_addr));
va = (mach_vm_offset_t *)evc.ev_addr;
Home |
Main Index |
Thread Index |
Old Index