Module Name:    src
Committed By:   skrll
Date:           Wed May 10 11:27:14 UTC 2017

Modified Files:
        src/sys/arch/mips/mips: vm_machdep.c

Log Message:
Improve comment wording.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 src/sys/arch/mips/mips/vm_machdep.c:1.154
--- src/sys/arch/mips/mips/vm_machdep.c:1.153	Tue Aug  9 16:38:24 2016
+++ src/sys/arch/mips/mips/vm_machdep.c	Wed May 10 11:27:14 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: vm_machdep.c,v 1.153 2016/08/09 16:38:24 skrll Exp $	*/
+/*	$NetBSD: vm_machdep.c,v 1.154 2017/05/10 11:27:14 skrll Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.153 2016/08/09 16:38:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.154 2017/05/10 11:27:14 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_coredump.h"
@@ -178,7 +178,7 @@ cpu_uarea_alloc(bool system)
 #else
 	const paddr_t high = MIPS_KSEG1_START - MIPS_KSEG0_START;
 	/*
-	 * Don't allocate a direct mapped uarea if aren't allocating for a
+	 * Don't allocate a direct mapped uarea if we aren't allocating for a
 	 * system lwp and we have memory that can't be mapped via KSEG0.
 	 */
 	if (!system && high < pmap_limits.avail_end)

Reply via email to