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/9c82b5a0c7b7
branches:  trunk
changeset: 455742:9c82b5a0c7b7
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 9f77051b5dec -r 9c82b5a0c7b7 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