PERFORCE change 149694 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Sep 13 04:05:00 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149694

Change 149694 by gonzo at gonzo_jeeves on 2008/09/13 04:04:39

	Fix typo

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/trap.c#27 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/trap.c#27 (text+ko) ====

@@ -140,7 +140,7 @@
 	MipsKernGenException,	/* coprocessor unusable */
 	MipsKernGenException,	/* arithmetic overflow */
 	MipsKernGenException,	/* trap exception */
-	MipsKernGenException,	/* viritual coherence exception inst */
+	MipsKernGenException,	/* virtual coherence exception inst */
 	MipsKernGenException,	/* floating point exception */
 	MipsKernGenException,	/* reserved */
 	MipsKernGenException,	/* reserved */
@@ -157,7 +157,7 @@
 	MipsKernGenException,	/* reserved */
 	MipsKernGenException,	/* reserved */
 	MipsKernGenException,	/* reserved */
-	MipsKernGenException,	/* viritual coherence exception data */
+	MipsKernGenException,	/* virtual coherence exception data */
 /*
  * The user exception handlers.
  */
@@ -210,7 +210,7 @@
 	"coprocessor unusable",
 	"arithmetic overflow",
 	"trap",
-	"viritual coherency instruction",
+	"virtual coherency instruction",
 	"floating point",
 	"reserved 16",
 	"reserved 17",
@@ -227,7 +227,7 @@
 	"reserved 28",
 	"reserved 29",
 	"reserved 30",
-	"viritual coherency data",
+	"virtual coherency data",
 };
 
 #if !defined(SMP) && (defined(DDB) || defined(DEBUG))


More information about the p4-projects mailing list