aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IFunction.h')
-rw-r--r--arm_compute/runtime/IFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/IFunction.h b/arm_compute/runtime/IFunction.h
index 2aec0c007f..b7b28f999d 100644
--- a/arm_compute/runtime/IFunction.h
+++ b/arm_compute/runtime/IFunction.h
@@ -34,7 +34,7 @@ public:
virtual ~IFunction() = default;
/** Run the kernels contained in the function
*
- * For Neon kernels:
+ * For CPU kernels:
* - Multi-threading is used for the kernels which are parallelisable.
* - By default std::thread::hardware_concurrency() threads are used.
*