From eb68c9986ed72b7292673e7b2b06b02bf43dcc56 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 12 Jun 2007 16:30:48 +0000 Subject: [PATCH] Fix up a comment that wasn't changed over to x86. --HG-- extra : convert_revision : 58448b984447babba708b9dcb1b4939ed35308a6 --- src/arch/x86/isa/main.isa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86/isa/main.isa b/src/arch/x86/isa/main.isa index d78887c43..fed8903c0 100644 --- a/src/arch/x86/isa/main.isa +++ b/src/arch/x86/isa/main.isa @@ -67,7 +67,7 @@ //////////////////////////////////////////////////////////////////// // // Namespace statement. Everything below this line will be in the -// SparcISAInst namespace. +// X86ISAInst namespace. // namespace X86ISA;