aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/Reverse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/Reverse.cpp')
-rw-r--r--tests/validation/reference/Reverse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/reference/Reverse.cpp b/tests/validation/reference/Reverse.cpp
index 5fd15b5bfc..7924f900d1 100644
--- a/tests/validation/reference/Reverse.cpp
+++ b/tests/validation/reference/Reverse.cpp
@@ -59,7 +59,7 @@ SimpleTensor<T> reverse(const SimpleTensor<T> &src, const SimpleTensor<int32_t>
// The values of axis tensor must be between [-rank, rank-1].
if((axis_i < -rank) || (axis_i >= rank))
{
- ARM_COMPUTE_ERROR("the valuses of the axis tensor must be within [-rank, rank-1].");
+ ARM_COMPUTE_ERROR("the values of the axis tensor must be within [-rank, rank-1].");
}
// In case of negative axis value i.e targeted axis(i) = rank + axis(i)