Minor comment fix up.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 12 Jun 2007 17:35:11 +0000 (17:35 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 12 Jun 2007 17:35:11 +0000 (17:35 +0000)
--HG--
extra : convert_revision : 20d517c4bc2aae54e53368c708b5abb27ed3a469

src/arch/x86/isa/specialize.isa

index fe3730b77423725d08a93cf4e4546a6f9e65798e..8312fcdc56e4d334a8ffd22841c39e1845928db5 100644 (file)
@@ -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)
 }};