aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/INESimpleKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/INESimpleKernel.h')
-rw-r--r--src/core/NEON/INESimpleKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/NEON/INESimpleKernel.h b/src/core/NEON/INESimpleKernel.h
index da32d6619e..d2b6de427b 100644
--- a/src/core/NEON/INESimpleKernel.h
+++ b/src/core/NEON/INESimpleKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2020 Arm Limited.
+ * Copyright (c) 2016-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -28,7 +28,7 @@
namespace arm_compute
{
-/** Interface for simple NEON kernels having 1 tensor input and 1 tensor output */
+/** Interface for simple Neon kernels having 1 tensor input and 1 tensor output */
using INESimpleKernel = ICPPSimpleKernel;
} // namespace arm_compute
#endif /*ARM_COMPUTE_INESIMPLEKERNEL_H */