This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 962e072fd5 mips/ld scripts: Fix typo in comment (s/mappled/mapped/)
962e072fd5 is described below

commit 962e072fd58b05a0263195c06d06cc78c1b497b5
Author: Nathan Hartman <[email protected]>
AuthorDate: Tue Feb 7 16:11:58 2023 -0500

    mips/ld scripts: Fix typo in comment (s/mappled/mapped/)
---
 boards/mips/pic32mz/flipnclick-pic32mz/scripts/c32-debug.ld      | 2 +-
 boards/mips/pic32mz/flipnclick-pic32mz/scripts/mips-debug.ld     | 2 +-
 boards/mips/pic32mz/flipnclick-pic32mz/scripts/pinguino-debug.ld | 2 +-
 boards/mips/pic32mz/flipnclick-pic32mz/scripts/xc32-debug.ld     | 2 +-
 boards/mips/pic32mz/pic32mz-starterkit/scripts/c32-debug.ld      | 2 +-
 boards/mips/pic32mz/pic32mz-starterkit/scripts/mips-debug.ld     | 2 +-
 boards/mips/pic32mz/pic32mz-starterkit/scripts/pinguino-debug.ld | 2 +-
 boards/mips/pic32mz/pic32mz-starterkit/scripts/xc32-debug.ld     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/c32-debug.ld 
b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/c32-debug.ld
index 02bd7574aa..9349dbee8e 100644
--- a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/c32-debug.ld
+++ b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/c32-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.
diff --git a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/mips-debug.ld 
b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/mips-debug.ld
index feeba71287..32ca3bf2a6 100644
--- a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/mips-debug.ld
+++ b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/mips-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.
diff --git a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/pinguino-debug.ld 
b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/pinguino-debug.ld
index 2cfc942335..59c123b878 100644
--- a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/pinguino-debug.ld
+++ b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/pinguino-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.
diff --git a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/xc32-debug.ld 
b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/xc32-debug.ld
index 01ee3fd541..b6314f7588 100644
--- a/boards/mips/pic32mz/flipnclick-pic32mz/scripts/xc32-debug.ld
+++ b/boards/mips/pic32mz/flipnclick-pic32mz/scripts/xc32-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.
diff --git a/boards/mips/pic32mz/pic32mz-starterkit/scripts/c32-debug.ld 
b/boards/mips/pic32mz/pic32mz-starterkit/scripts/c32-debug.ld
index 3feba8b5c5..5614ef1920 100644
--- a/boards/mips/pic32mz/pic32mz-starterkit/scripts/c32-debug.ld
+++ b/boards/mips/pic32mz/pic32mz-starterkit/scripts/c32-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.
diff --git a/boards/mips/pic32mz/pic32mz-starterkit/scripts/mips-debug.ld 
b/boards/mips/pic32mz/pic32mz-starterkit/scripts/mips-debug.ld
index 8866c96bfb..c1c23caa43 100644
--- a/boards/mips/pic32mz/pic32mz-starterkit/scripts/mips-debug.ld
+++ b/boards/mips/pic32mz/pic32mz-starterkit/scripts/mips-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.
diff --git a/boards/mips/pic32mz/pic32mz-starterkit/scripts/pinguino-debug.ld 
b/boards/mips/pic32mz/pic32mz-starterkit/scripts/pinguino-debug.ld
index fff8e6a7f6..19fec4a1d7 100644
--- a/boards/mips/pic32mz/pic32mz-starterkit/scripts/pinguino-debug.ld
+++ b/boards/mips/pic32mz/pic32mz-starterkit/scripts/pinguino-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.
diff --git a/boards/mips/pic32mz/pic32mz-starterkit/scripts/xc32-debug.ld 
b/boards/mips/pic32mz/pic32mz-starterkit/scripts/xc32-debug.ld
index c62f3f29b5..5f3e87980d 100644
--- a/boards/mips/pic32mz/pic32mz-starterkit/scripts/xc32-debug.ld
+++ b/boards/mips/pic32mz/pic32mz-starterkit/scripts/xc32-debug.ld
@@ -32,7 +32,7 @@ MEMORY
     /* The PIC32MZ2048ECH144 and PIC32MZ2048ECM144 chips have 160Kb of boot
      * FLASH:  80Kb at physical address 0x1fc4000 (Boot Flash 1, boot1) and
      * 80Kb at physical address 0x1fc60000 (Boot Flash 2, boot2).  Either
-     * may be mappled to the lower boot alias region (0x1fc00000,
+     * may be mapped to the lower boot alias region (0x1fc00000,
      * boolalias1) or the upper boot alias region (0x1fc20000, bootalias2).
      * This linker script assumes that Boot Flash 1 is mapped to the lower
      * alias region and Boot Flash 2 to the upper region.

Reply via email to