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 Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/6d6fa64e95a4
branches:  trunk
changeset: 823598:6d6fa64e95a4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 27 20:05:09 2017 +0000

description:
Typo in comment

diffstat:

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

diffs (27 lines):

diff -r e2e73d4d43d6 -r 6d6fa64e95a4 sys/arch/mips/mips/cache_r5k.c
--- a/sys/arch/mips/mips/cache_r5k.c    Thu Apr 27 19:40:55 2017 +0000
+++ b/sys/arch/mips/mips/cache_r5k.c    Thu Apr 27 20:05:09 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cache_r5k.c,v 1.19 2016/10/10 07:37:56 skrll Exp $     */
+/*     $NetBSD: cache_r5k.c,v 1.20 2017/04/27 20:05:09 skrll Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache_r5k.c,v 1.19 2016/10/10 07:37:56 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache_r5k.c,v 1.20 2017/04/27 20:05:09 skrll Exp $");
 
 #include <sys/param.h>
 
@@ -134,7 +134,7 @@
 
        /*
         * If we are going to flush more than is in a way (or the stride
-        * need for that way), we are flushing everything.
+        * needed for that way), we are flushing everything.
         */
        if (size >= way_size) {
                r5k_picache_sync_all();



Home | Main Index | Thread Index | Old Index