Module Name: src
Committed By: matt
Date: Mon Mar 1 19:27:22 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: vm_machdep.c
Log Message:
Fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.121.6.1.2.13 -r1.121.6.1.2.14 \
src/sys/arch/mips/mips/vm_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/vm_machdep.c
diff -u src/sys/arch/mips/mips/vm_machdep.c:1.121.6.1.2.13 src/sys/arch/mips/mips/vm_machdep.c:1.121.6.1.2.14
--- src/sys/arch/mips/mips/vm_machdep.c:1.121.6.1.2.13 Sun Feb 28 23:45:07 2010
+++ src/sys/arch/mips/mips/vm_machdep.c Mon Mar 1 19:27:21 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.121.6.1.2.13 2010/02/28 23:45:07 matt Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.121.6.1.2.14 2010/03/01 19:27:21 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -80,7 +80,7 @@
#include "opt_coredump.h"
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.121.6.1.2.13 2010/02/28 23:45:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.121.6.1.2.14 2010/03/01 19:27:21 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -275,8 +275,8 @@
/*
* Now set the new uarea (if it's different). If l->l_addr was already
- * direct mapped address then routine really change anything but that's
- * not probably so don't micro optimize for it.
+ * direct mapped address then this routine really won't change anything
+ * but that's not probable so don't micro optimize for it.
*/
#ifdef _LP64
va = MIPS_PHYS_TO_XKPHYS_CACHED(pa);