From a6147109b11fd5e1ebad6d35dfbfb29b533f18ff Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Wed, 19 Jan 2022 14:56:04 +0200 Subject: [PATCH] arch/arm/src/armv6-m: fix typo Signed-off-by: Petro Karashchenko --- arch/arm/src/armv6-m/arm_vectors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/armv6-m/arm_vectors.c b/arch/arm/src/armv6-m/arm_vectors.c index 760c1fca89d..1a56fee23b8 100644 --- a/arch/arm/src/armv6-m/arm_vectors.c +++ b/arch/arm/src/armv6-m/arm_vectors.c @@ -78,7 +78,7 @@ extern void exception_common(void); * As all exceptions (interrupts) are routed via exception_common, we just * need to fill this array with pointers to it. * - * Note that the [ ... ] desginated initialiser is a GCC extension. + * Note that the [ ... ] designated initialiser is a GCC extension. */ unsigned _vectors[] locate_data(".vectors") =