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 ) ; /*