From 674a2d666b08d4e1f9796835691a2966bb7619c5 Mon Sep 17 00:00:00 2001 From: Sun Yiming Z Date: Wed, 10 Mar 2021 09:36:53 +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 f7d0028c..8d67d562 100755 --- a/Include/arm_math_types.h +++ b/Include/arm_math_types.h @@ -299,7 +299,7 @@ extern "C" typedef int32x4_t q31x4_t; /** - * @brief 16-bit fractional 128-bit vector data type with 16-bit alignement in 1.15 format. + * @brief 16-bit fractional 128-bit vector data type with 16-bit alignment in 1.15 format. */ typedef __ALIGNED(2) int16x8_t q15x8_t;