]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only fix
authorJulian Seward <jseward@acm.org>
Mon, 26 Dec 2005 19:33:24 +0000 (19:33 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 26 Dec 2005 19:33:24 +0000 (19:33 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1512

VEX/priv/guest-x86/ghelpers.c

index fc943b7361847b6ad4f0c6cdbbcdaeef97c37ac8..83f05232cabf59cf470ef61e4006baf3ef049f57 100644 (file)
@@ -883,7 +883,7 @@ IRExpr* guest_x86_spechelper ( HChar* function_name,
 
       if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNBE)) {
          /* long sub/cmp, then NBE (unsigned greater than)
-            --> test src <=u dst */
+            --> test src <u dst */
          /* Note, args are opposite way round from the usual */
          return unop(Iop_1Uto32,
                      binop(Iop_CmpLT32U,