Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2003 19:23:00 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31913 for review
Message-ID:  <200305270223.h4R2N04p037721@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31913

Change 31913 by jmallett@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)" },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305270223.h4R2N04p037721>