From 924401487de8b48ad982872c3851dc3649bf3884 Mon Sep 17 00:00:00 2001 From: Sun Yiming Z Date: Wed, 10 Mar 2021 09:37:13 +0800 Subject: [PATCH] Update arm_math_types.h --- Include/arm_math_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/arm_math_types.h b/Include/arm_math_types.h index 8d67d562..e9f6ed24 100755 --- a/Include/arm_math_types.h +++ b/Include/arm_math_types.h @@ -304,7 +304,7 @@ extern "C" typedef __ALIGNED(2) int16x8_t q15x8_t; /** - * @brief 8-bit fractional 128-bit vector data type with 8-bit alignement in 1.7 format. + * @brief 8-bit fractional 128-bit vector data type with 8-bit alignment in 1.7 format. */ typedef __ALIGNED(1) int8x16_t q7x16_t;