Module Name: src
Committed By: skrll
Date: Thu Apr 27 20:05:09 UTC 2017
Modified Files:
src/sys/arch/mips/mips: cache_r5k.c
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mips/mips/cache_r5k.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/cache_r5k.c
diff -u src/sys/arch/mips/mips/cache_r5k.c:1.19 src/sys/arch/mips/mips/cache_r5k.c:1.20
--- src/sys/arch/mips/mips/cache_r5k.c:1.19 Mon Oct 10 07:37:56 2016
+++ src/sys/arch/mips/mips/cache_r5k.c Thu Apr 27 20:05:09 2017
@@ -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 @@ r5k_picache_sync_range_index(vaddr_t va,
/*
* 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();