From: Florian Krohm Date: Sat, 19 Jan 2013 02:50:41 +0000 (+0000) Subject: Fix a comment. Spotted by Maran. X-Git-Tag: svn/VALGRIND_3_9_0~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=436730a4f6c909fa6e2b7df3052440e737afdcf5;p=thirdparty%2Fvalgrind.git Fix a comment. Spotted by Maran. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13242 --- diff --git a/memcheck/tests/vbit-test/irops.c b/memcheck/tests/vbit-test/irops.c index fc2be4cdf9..ae1a8afbc6 100644 --- a/memcheck/tests/vbit-test/irops.c +++ b/memcheck/tests/vbit-test/irops.c @@ -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; }