aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h')
-rw-r--r--arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h b/arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h
index 9df0d78526..52bd5f333b 100644
--- a/arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h
+++ b/arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2020 Arm Limited.
+ * Copyright (c) 2018-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -33,7 +33,7 @@ namespace arm_compute
{
class ICPPKernel;
using INEKernel = ICPPKernel;
-/** Basic interface for functions which have a single NEON kernel and no border */
+/** Basic interface for functions which have a single Neon kernel and no border */
class INESimpleFunctionNoBorder : public IFunction
{
public: