Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips Improve comment wording.



details:   https://anonhg.NetBSD.org/src/rev/c2ea65df88d9
branches:  trunk
changeset: 353528:c2ea65df88d9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed May 10 11:27:14 2017 +0000

description:
Improve comment wording.

diffstat:

 sys/arch/mips/mips/vm_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7d7ca0f88612 -r c2ea65df88d9 sys/arch/mips/mips/vm_machdep.c
--- a/sys/arch/mips/mips/vm_machdep.c   Wed May 10 11:06:47 2017 +0000
+++ b/sys/arch/mips/mips/vm_machdep.c   Wed May 10 11:27:14 2017 +0000
@@ -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 @@
 #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)



Home | Main Index | Thread Index | Old Index