arch/arm/src/armv6-m: fix typo

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-19 14:56:04 +02:00
parent b7d5d54d7c
commit a6147109b1
+1 -1
View File
@@ -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") =