mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: command
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
726d92f563
commit
81b2d104a6
2 changed files with 2 additions and 2 deletions
|
@ -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 ) ;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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 ) ;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue