Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include Fix tyop.
details: https://anonhg.NetBSD.org/src/rev/63eff0fce28e
branches: trunk
changeset: 840620:63eff0fce28e
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Apr 11 09:18:55 2019 +0000
description:
Fix tyop.
diffstat:
sys/arch/mips/include/cache_octeon.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2ca577e4391f -r 63eff0fce28e sys/arch/mips/include/cache_octeon.h
--- a/sys/arch/mips/include/cache_octeon.h Thu Apr 11 09:16:56 2019 +0000
+++ b/sys/arch/mips/include/cache_octeon.h Thu Apr 11 09:18:55 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_octeon.h,v 1.2 2016/07/11 16:15:35 matt Exp $ */
+/* $NetBSD: cache_octeon.h,v 1.3 2019/04/11 09:18:55 simonb Exp $ */
#define CACHE_OCTEON_I 0
#define CACHE_OCTEON_D 1
@@ -13,7 +13,7 @@
/*
* cache_octeon_invalidate:
*
- * Invalidate all cahce blocks.
+ * Invalidate all cache blocks.
* Argument "op" must be CACHE_OCTEON_I or CACHE_OCTEON_D.
* In Octeon specification, invalidate instruction works
* all cache blocks.
Home |
Main Index |
Thread Index |
Old Index