From 81b2d104a6ffb3b7310028a6218961d0086845f5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:17:32 -0500 Subject: [PATCH] spelling: command Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- platform/silk/boot/src/stm32f_flash_boot.ld.in | 2 +- platform/snowy/boot/src/stm32f_flash_boot.ld.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/silk/boot/src/stm32f_flash_boot.ld.in b/platform/silk/boot/src/stm32f_flash_boot.ld.in index 251733c9..37eeba85 100644 --- a/platform/silk/boot/src/stm32f_flash_boot.ld.in +++ b/platform/silk/boot/src/stm32f_flash_boot.ld.in @@ -16,7 +16,7 @@ PROVIDE ( _Stack_Size = __Stack_Size ) ; __Stack_Init = _estack - __Stack_Size ; -/*"PROVIDE" allows to easily override these values from an object file or the commmand line.*/ +/*"PROVIDE" allows to easily override these values from an object file or the command line.*/ PROVIDE ( _Stack_Init = __Stack_Init ) ; /* diff --git a/platform/snowy/boot/src/stm32f_flash_boot.ld.in b/platform/snowy/boot/src/stm32f_flash_boot.ld.in index de9d4ee4..1589125a 100644 --- a/platform/snowy/boot/src/stm32f_flash_boot.ld.in +++ b/platform/snowy/boot/src/stm32f_flash_boot.ld.in @@ -16,7 +16,7 @@ PROVIDE ( _Stack_Size = __Stack_Size ) ; __Stack_Init = _estack - __Stack_Size ; -/*"PROVIDE" allows to easily override these values from an object file or the commmand line.*/ +/*"PROVIDE" allows to easily override these values from an object file or the command line.*/ PROVIDE ( _Stack_Init = __Stack_Init ) ; /*