From: Gabe Black Date: Tue, 12 Jun 2007 16:30:48 +0000 (+0000) Subject: Fix up a comment that wasn't changed over to x86. X-Git-Tag: m5_2.0_beta4~359^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb68c9986ed72b7292673e7b2b06b02bf43dcc56;p=gem5.git Fix up a comment that wasn't changed over to x86. --HG-- extra : convert_revision : 58448b984447babba708b9dcb1b4939ed35308a6 --- 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;