]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix incorrect comment.
authorJulian Seward <jseward@acm.org>
Sat, 26 Jan 2013 11:39:13 +0000 (11:39 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 26 Jan 2013 11:39:13 +0000 (11:39 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2663

VEX/pub/libvex_ir.h

index 8b992d365db317ec8d9d8232fcb1f7f842f58fdd..c432b732a3b8e3ed9983bade40e4562012ae4828 100644 (file)
@@ -1487,7 +1487,7 @@ typedef
 
       /* MISC CONVERSION -- get high bits of each byte lane, a la
          x86/amd64 pmovmskb */
-      Iop_GetMSBs8x16, /* V64 -> I16 */
+      Iop_GetMSBs8x16, /* V128 -> I16 */
 
       /* Vector Reciprocal Estimate and Vector Reciprocal Square Root Estimate
          See floating-point equiwalents for details. */