Skip to content

Commit 586b7c3

Browse files
author
Amanda Butler
authored
Edit bootstrap.md
Fix spelling for consistency across docs.
1 parent c5f8dc2 commit 586b7c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/porting/target/bootstrap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Arm linker script template:
5353
#endif
5454
5555
#if !defined(MBED_BOOT_STACK_SIZE)
56-
/* This value is normally defined by the tools to 0x1000 for baremetal and 0x400 for RTOS */
56+
/* This value is normally defined by the tools to 0x1000 for bare metal and 0x400 for RTOS */
5757
#define MBED_BOOT_STACK_SIZE 0x400
5858
#endif
5959
@@ -102,7 +102,7 @@ if (!isdefinedsymbol(MBED_APP_SIZE)) {
102102
103103
if (!isdefinedsymbol(MBED_BOOT_STACK_SIZE)) {
104104
/* This value is normally defined by the tools
105-
to 0x1000 for baremetal and 0x400 for RTOS */
105+
to 0x1000 for bare metal and 0x400 for RTOS */
106106
define symbol MBED_BOOT_STACK_SIZE = 0x400;
107107
}
108108
@@ -150,7 +150,7 @@ GCC linker script template:
150150
151151
#if !defined(MBED_BOOT_STACK_SIZE)
152152
/* This value is normally defined by the tools
153-
to 0x1000 for baremetal and 0x400 for RTOS */
153+
to 0x1000 for bare metal and 0x400 for RTOS */
154154
#define MBED_BOOT_STACK_SIZE 0x400
155155
#endif
156156

0 commit comments

Comments
 (0)