From d122c10b0eb41cbffdf9e424ca0d279b6a48b54f Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 10 Mar 2021 00:30:18 +0000 Subject: Fix typo from AclCpuCapabalities to AclCpuCapabilities Signed-off-by: Georgios Pinitas Change-Id: I89cf58bac1c3a62a825544af7f72ce559d6089fd Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5275 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins --- arm_compute/AclTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/AclTypes.h') diff --git a/arm_compute/AclTypes.h b/arm_compute/AclTypes.h index 3b022b7106..bee6d1a8d7 100644 --- a/arm_compute/AclTypes.h +++ b/arm_compute/AclTypes.h @@ -66,7 +66,7 @@ typedef enum AclExecutionMode } AclExecutionMode; /** Available CPU capabilities */ -typedef enum AclCpuCapabalities +typedef enum AclCpuCapabilities { AclCpuCapabilitiesAuto = 0, /**< Automatic discovery of capabilities */ @@ -84,7 +84,7 @@ typedef enum AclCpuCapabalities AclCpuCapabilitiesMmlaFp = (1 << 15), /**< Enable paths that use the mmla float instructions */ AclCpuCapabilitiesAll = ~0 /**< Enable all paths */ -} AclCpuCapabalities; +} AclCpuCapabilities; /**< Allocator interface that can be passed to a context */ typedef struct AclAllocator -- cgit v1.2.1