Fix up a potentially misleading comment.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:30:16 +0000 (17:30 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:30:16 +0000 (17:30 +0000)
--HG--
extra : convert_revision : 58d37d8cc8e41c9640038d6dddae4cb5649638aa

src/arch/x86/isa/formats/multi.isa

index e47c8776e1529e43487a3542826114da3c3ddf8e..8648800b4699da6cdbc49ba1d472255cdb4f6664 100644 (file)
 //
 // Authors: Gabe Black
 
-////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
 //
-// Instructions that do the same thing to multiple sets of arguments.
+// Instructions operate on one or multiple types of sets of arguments.
 //
+//////////////////////////////////////////////////////////////////////////
 
 def format Inst(*opTypeSet) {{
     decode_block = specializeInst(Name, list(opTypeSet), EmulEnv())