aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/INESimpleFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/INESimpleFunction.h')
-rw-r--r--arm_compute/runtime/NEON/INESimpleFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/INESimpleFunction.h b/arm_compute/runtime/NEON/INESimpleFunction.h
index 8c7cf6512c..7512759bd0 100644
--- a/arm_compute/runtime/NEON/INESimpleFunction.h
+++ b/arm_compute/runtime/NEON/INESimpleFunction.h
@@ -33,7 +33,7 @@ namespace arm_compute
class ICPPKernel;
class NEFillBorderKernel;
using INEKernel = ICPPKernel;
-/** Basic interface for functions which have a single Neon kernel */
+/** Basic interface for functions which have a single CPU kernel */
class INESimpleFunction : public IFunction
{
public: