aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vcls.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@gmail.com>2013-01-10 19:24:53 +0100
committerChristophe Lyon <christophe.lyon@st.com>2013-01-14 14:01:50 +0100
commit6968182a822abff8ae41dd48315bf83fc4d5e1b0 (patch)
tree3c65e299dd3f5bdfeaeb926a8c33f5cec0bd6cab /ref_vcls.c
parent514f0be010de96bb57b3133cfcfe998fa4b6794e (diff)
downloadplatform_external_arm-neon-tests-6968182a822abff8ae41dd48315bf83fc4d5e1b0.tar.gz
platform_external_arm-neon-tests-6968182a822abff8ae41dd48315bf83fc4d5e1b0.tar.bz2
platform_external_arm-neon-tests-6968182a822abff8ae41dd48315bf83fc4d5e1b0.zip
Fix typo.
Reported by Victoria Zhislina.
Diffstat (limited to 'ref_vcls.c')
-rw-r--r--ref_vcls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vcls.c b/ref_vcls.c
index a43f017..f4dfe32 100644
--- a/ref_vcls.c
+++ b/ref_vcls.c
@@ -103,5 +103,5 @@ FNNAME (INSN_NAME)
TEST_UNARY_OP(INSN_NAME, q, int, s, 16, 8);
TEST_UNARY_OP(INSN_NAME, q, int, s, 32, 4);
- dump_results_hex2 (TEST_MSG, " (positive input)");
+ dump_results_hex2 (TEST_MSG, " (negative input)");
}