docs(misc): fixed typos found with codespell

This commit is contained in:
Marius Vikhammer
2024-03-28 11:50:58 +08:00
parent 1c73c657c9
commit f1e65b8373
57 changed files with 91 additions and 91 deletions

View File

@@ -555,7 +555,7 @@ The example below is an excerpt from a possible linker script template. It defin
.iram0.text :
{
/* Code marked as runnning out of IRAM */
/* Code marked as running out of IRAM */
_iram_text_start = ABSOLUTE(.);
/* Markers referencing iram0_text */
@@ -571,7 +571,7 @@ The example below is an excerpt from a possible linker script template. It defin
.iram0.text :
{
/* Code marked as runnning out of IRAM */
/* Code marked as running out of IRAM */
_iram_text_start = ABSOLUTE(.);
/* Marker referencing iram0_text */
@@ -611,7 +611,7 @@ Then the corresponding excerpt from the generated linker script will be as follo
.iram0.text :
{
/* Code marked as runnning out of IRAM */
/* Code marked as running out of IRAM */
_iram_text_start = ABSOLUTE(.);
/* Placement rules generated from the processed fragments, placed where the marker was in the template */