aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2022-05-23 16:47:42 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2022-05-30 16:33:52 +0000
commitaa79405dd93e44ca7e8af5f3baf3e076399d0136 (patch)
tree604ce0fc70b8f8be6a4eb32a6a795770ff39a251 /arm_compute/core/CL
parentfdb534293b84182a89a78b5086cf05c07ef970e8 (diff)
downloadComputeLibrary-aa79405dd93e44ca7e8af5f3baf3e076399d0136.tar.gz
Fix doxygen typos
Change-Id: Ia54918091e985e21641610ca7652aead7c0dd20a Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7621 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com>
Diffstat (limited to 'arm_compute/core/CL')
-rw-r--r--arm_compute/core/CL/CLTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/CL/CLTypes.h b/arm_compute/core/CL/CLTypes.h
index ede8d0a9e4..86335dae67 100644
--- a/arm_compute/core/CL/CLTypes.h
+++ b/arm_compute/core/CL/CLTypes.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2021 Arm Limited.
+ * Copyright (c) 2017-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -81,7 +81,7 @@ enum CLKernelType
UNKNOWN, /**< Unknown CL kernel type */
DEPTHWISE, /**< Depthwise CL kernel type */
DIRECT, /**< Direct Convolution CL kernel type */
- ELEMENTWISE, /**< Elementeise CL kernel type */
+ ELEMENTWISE, /**< Elementwise CL kernel type */
GEMM, /**< GEMM CL kernel type */
POOL, /**< Pool CL kernel type */
WINOGRAD /**< Winograd CL kernel type */