From: Gabe Black Date: Tue, 12 Jun 2007 17:35:11 +0000 (+0000) Subject: Minor comment fix up. X-Git-Tag: m5_2.0_beta4~358 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e7786d971dc0a0418c08aa595447c04facd93d5;p=gem5.git Minor comment fix up. --HG-- extra : convert_revision : 20d517c4bc2aae54e53368c708b5abb27ed3a469 --- diff --git a/src/arch/x86/isa/specialize.isa b/src/arch/x86/isa/specialize.isa index fe3730b77..8312fcdc5 100644 --- a/src/arch/x86/isa/specialize.isa +++ b/src/arch/x86/isa/specialize.isa @@ -158,6 +158,6 @@ let {{ opTypes.pop(0) # Generate code to return a macroop of the given name which will - # operate in the given "emulation environment" + # operate in the "emulation environment" env return genMacroop(Name, env) }};