aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/HOGDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/HOGDetector.cpp')
-rw-r--r--tests/validation/NEON/HOGDetector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/NEON/HOGDetector.cpp b/tests/validation/NEON/HOGDetector.cpp
index dd138d75e3..5da80e23bb 100644
--- a/tests/validation/NEON/HOGDetector.cpp
+++ b/tests/validation/NEON/HOGDetector.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2020 Arm Limited.
+ * Copyright (c) 2018-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -43,7 +43,7 @@ namespace validation
namespace
{
/* Set the tolerance (percentage) used when validating the score of detection window.
- Note: High tolerance is required due to divergence between CL and NEON detection window scores. */
+ Note: High tolerance is required due to divergence between CL and Neon detection window scores. */
RelativeTolerance<float> tolerance(1.0f);
/* Input dataset (values must be a multiple of the HOGInfo block_size) */