aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2013-04-09 15:43:27 +0200
committerChristophe Lyon <christophe.lyon@st.com>2013-04-09 15:43:27 +0200
commitea438949c185995be136cfcff346f40ca3e59e94 (patch)
tree79880ffca621df49f984cf0f958bb9f9536116eb
parentc8c46ba33bffbbf7df54229c00ae3a45366fc72d (diff)
downloadplatform_external_arm-neon-tests-ea438949c185995be136cfcff346f40ca3e59e94.tar.gz
platform_external_arm-neon-tests-ea438949c185995be136cfcff346f40ca3e59e94.tar.bz2
platform_external_arm-neon-tests-ea438949c185995be136cfcff346f40ca3e59e94.zip
Typo in comments.
-rw-r--r--compute_ref_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute_ref_data.c b/compute_ref_data.c
index 000058d..374b313 100644
--- a/compute_ref_data.c
+++ b/compute_ref_data.c
@@ -42,7 +42,7 @@ THE SOFTWARE.
VECT_VAR_DECL(V,T,W,N) [] = { MY_INIT_TAB(T,W,N) };
/* Specialized initializer with 4 entries, as used by vldX_dup and
- vdup tests, which iterated 4 times on input buffers. */
+ vdup tests, which iterate 4 times on input buffers. */
#define VECT_VAR_DECL_INIT4(V, T, W, N) \
VECT_VAR_DECL(V,T,W,N) [] = { MY_INIT_TAB(T,W,4) };