spelling: command

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:17:32 -05:00
parent 726d92f563
commit 81b2d104a6
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ PROVIDE ( _Stack_Size = __Stack_Size ) ;
__Stack_Init = _estack - __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 ) ; PROVIDE ( _Stack_Init = __Stack_Init ) ;
/* /*

View file

@ -16,7 +16,7 @@ PROVIDE ( _Stack_Size = __Stack_Size ) ;
__Stack_Init = _estack - __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 ) ; PROVIDE ( _Stack_Init = __Stack_Init ) ;
/* /*