Module Name:    src
Committed By:   matt
Date:           Tue Jan 10 18:36:59 UTC 2012

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: mem.c

Log Message:
Fix gimplish in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.35.38.9 -r1.35.38.10 src/sys/arch/mips/mips/mem.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/mem.c
diff -u src/sys/arch/mips/mips/mem.c:1.35.38.9 src/sys/arch/mips/mips/mem.c:1.35.38.10
--- src/sys/arch/mips/mips/mem.c:1.35.38.9	Tue Jan 10 18:34:03 2012
+++ src/sys/arch/mips/mips/mem.c	Tue Jan 10 18:36:58 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: mem.c,v 1.35.38.9 2012/01/10 18:34:03 matt Exp $	*/
+/*	$NetBSD: mem.c,v 1.35.38.10 2012/01/10 18:36:58 matt Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -44,7 +44,7 @@
 #include "opt_mips_cache.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.35.38.9 2012/01/10 18:34:03 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.35.38.10 2012/01/10 18:36:58 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -152,8 +152,8 @@ mmrw(dev_t dev, struct uio *uio, int fla
 				return (EFAULT);
 			if (MIPS_KSEG0_P(v + c - 1)) {
 				/*
-				 * If all of memory is in KSEG0, make sure
-				 * we don't beyond its limit.  (mips_avail_end
+				 * If all of memory is in KSEG0, make sure we
+				 * don't go beyond its limit.  (mips_avail_end
 				 * may be beyond the end of KSEG0).
 				 */
 				if (MIPS_KSEG0_TO_PHYS(v) >= mips_avail_end

Reply via email to