include: scripts: fix typos in priv_stacks.ld
This commit fixes some (minor) typos in priv_stack.ld linker script. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
02a3c52084
commit
7da47c6982
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
/* Constraints:
|
||||
*
|
||||
* - changes to the size of this section between build phases
|
||||
* *must not* shift the memory address of any kernel obejcts,
|
||||
* *must not* shift the memory address of any kernel objects,
|
||||
* since it contains a hashtable of the memory addresses of those
|
||||
* kernel objects
|
||||
*
|
||||
|
@ -19,7 +19,7 @@
|
|||
* The size of the
|
||||
* gperf tables is both a function of the number of kernel objects,
|
||||
* *and* the specific memory addresses being hashed. It is not something
|
||||
* that can be predicted without actually building and compling it.
|
||||
* that can be predicted without actually building and compiling it.
|
||||
*/
|
||||
SECTION_DATA_PROLOGUE(priv_stacks,,)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue