|
From: <sv...@va...> - 2013-01-19 02:50:50
|
florian 2013-01-19 02:50:41 +0000 (Sat, 19 Jan 2013)
New Revision: 13242
Log:
Fix a comment. Spotted by Maran.
Modified files:
trunk/memcheck/tests/vbit-test/irops.c
Modified: trunk/memcheck/tests/vbit-test/irops.c (+1 -1)
===================================================================
--- trunk/memcheck/tests/vbit-test/irops.c 2013-01-19 02:27:41 +00:00 (rev 13241)
+++ trunk/memcheck/tests/vbit-test/irops.c 2013-01-19 02:50:41 +00:00 (rev 13242)
@@ -920,7 +920,7 @@
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;
}
|