aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h b/arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h
index f4275f4153..48e72f3c13 100644
--- a/arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h
+++ b/arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h
@@ -51,7 +51,7 @@ public:
CLArithmeticAdditionKernel &operator=(CLArithmeticAdditionKernel &&) = default;
/** Default destructor */
~CLArithmeticAdditionKernel() = default;
- /** Initialise the kernel's inputs, output and convertion policy.
+ /** Initialise the kernel's inputs, output and conversion policy.
*
* @param[in] input1 First tensor input. Data types supported: U8/QASYMM8/S16/F16/F32.
* @param[in] input2 Second tensor input. Data types supported: U8, QASYMM8 (only if @p input1 is QASYMM8), S16/F16/F32.