PERFORCE change 31913 for review

Juli Mallett jmallett at FreeBSD.org
Mon May 26 19:23:03 PDT 2003


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

Change 31913 by jmallett at jmallett_dalek on 2003/05/26 19:22:21

	Typo.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/trap.c#4 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/trap.c#4 (text+ko) ====

@@ -39,7 +39,7 @@
 } trap_ids[] = {
 	{ 0,	"Int",		"Interrupt" },
 	{ 1,	"Mod",		"TLB modification" },
-	{ 2,	"TLBL",		"TLB (fetch" },
+	{ 2,	"TLBL",		"TLB (fetch)" },
 	{ 3,	"TLBS",		"TLB (store)" },
 	{ 4,	"AdEL",		"Address error (fetch)" },
 	{ 5,	"AdES",		"Address error (store)" },


More information about the p4-projects mailing list