]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a comment. Spotted by Maran.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 19 Jan 2013 02:50:41 +0000 (02:50 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 19 Jan 2013 02:50:41 +0000 (02:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13242

memcheck/tests/vbit-test/irops.c

index fc2be4cdf9823847fae4ef96692cf949f98e03cf..ae1a8afbc649c83654284896e93ba0f8e2074d39 100644 (file)
@@ -920,7 +920,7 @@ get_irop(IROp op)
             int rc;
             /* These IROps require the floating point extension facility */
             rc = system(S390X_FEATURES " s390x-fpext");
-            // s390x_features returns 1 if features exists
+            // s390x_features returns 1 if feature does not exist
             rc /= 256;
             if (rc != 0) return NULL;
          }