Module Name:    src
Committed By:   simonb
Date:           Thu Apr 11 09:18:55 UTC 2019

Modified Files:
        src/sys/arch/mips/include: cache_octeon.h

Log Message:
Fix tyop.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/include/cache_octeon.h

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/include/cache_octeon.h
diff -u src/sys/arch/mips/include/cache_octeon.h:1.2 src/sys/arch/mips/include/cache_octeon.h:1.3
--- src/sys/arch/mips/include/cache_octeon.h:1.2	Mon Jul 11 16:15:35 2016
+++ src/sys/arch/mips/include/cache_octeon.h	Thu Apr 11 09:18:55 2019
@@ -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.

Reply via email to