aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/Convolution.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/Convolution.cpp')
-rw-r--r--tests/validation/NEON/Convolution.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/validation/NEON/Convolution.cpp b/tests/validation/NEON/Convolution.cpp
index 13bc34c995..2fb43273b1 100644
--- a/tests/validation/NEON/Convolution.cpp
+++ b/tests/validation/NEON/Convolution.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2020 Arm Limited.
+ * Copyright (c) 2017-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -45,7 +45,7 @@ namespace
{
/** Tolerance value for comparing reference's output against implementation
*
- * This is due to the fact that NEON target performs multiplication with reciprocal of scale,
+ * This is due to the fact that Neon target performs multiplication with reciprocal of scale,
* while reference performs direct division with scale.
*/
constexpr AbsoluteTolerance<uint8_t> tolerance_u8(1);
@@ -289,7 +289,7 @@ TEST_SUITE_END() // S16
TEST_SUITE_END() // Separable9x9
TEST_SUITE_END() // CustomConvolution
-TEST_SUITE_END() // NEON
+TEST_SUITE_END() // Neon
} // namespace validation
} // namespace test
} // namespace arm_compute