aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm_compute/AclTypes.h4
1 files changed, 2 insertions, 2 deletions
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