aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-01-16 20:47:22 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-01-20 16:00:44 +0100
commit4b5570c6f0b3f1465db686a09ad1b6356df2676e (patch)
tree3583a60b41b6bd0380249cee8ee20e84cb63c66e
parent1c2b6ef2c8f96337c3cd4a6b034110846dbbde09 (diff)
downloadplatform_external_arm-neon-tests-4b5570c6f0b3f1465db686a09ad1b6356df2676e.tar.gz
platform_external_arm-neon-tests-4b5570c6f0b3f1465db686a09ad1b6356df2676e.tar.bz2
platform_external_arm-neon-tests-4b5570c6f0b3f1465db686a09ad1b6356df2676e.zip
Fix comment formatting.
-rw-r--r--ref_vsli_n.c2
-rw-r--r--ref_vsri_n.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ref_vsli_n.c b/ref_vsli_n.c
index b53a10b..2616d10 100644
--- a/ref_vsli_n.c
+++ b/ref_vsli_n.c
@@ -35,7 +35,7 @@ void vsli_extra(void);
void vsli_extra(void)
{
/* Test cases with maximum shift amount (this amount is different
- * from vsri. */
+ from vsri). */
/* With ARM RVCT, we need to declare variables before any executable
statement */
diff --git a/ref_vsri_n.c b/ref_vsri_n.c
index 4c0dda0..7414b56 100644
--- a/ref_vsri_n.c
+++ b/ref_vsri_n.c
@@ -35,7 +35,7 @@ void vsri_extra(void);
void vsri_extra(void)
{
/* Test cases with maximum shift amount (this amount is different
- * from vsli. */
+ from vsli). */
/* With ARM RVCT, we need to declare variables before any executable
statement */