aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/INEKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/INEKernel.h')
-rw-r--r--src/core/NEON/INEKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/NEON/INEKernel.h b/src/core/NEON/INEKernel.h
index 7ad20166d8..dde8310ecf 100644
--- a/src/core/NEON/INEKernel.h
+++ b/src/core/NEON/INEKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2020 Arm Limited.
+ * Copyright (c) 2017-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -28,7 +28,7 @@
namespace arm_compute
{
-/** Common interface for all kernels implemented in NEON. */
+/** Common interface for all kernels implemented in Neon. */
using INEKernel = ICPPKernel;
} // namespace arm_compute
#endif /*ARM_COMPUTE_INEKERNEL_H */