Skip to content

Commit a64c2ff

Browse files
elfenlaidadamgreig
authored andcommitted
cortex-m: fix typos
Fix a small typo in the external symbols comment.
1 parent 9405cf1 commit a64c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/link.x.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
static mut __sbss }`).
88

99
- `EXTERN` forces the linker to keep a symbol in the final binary. We use this to make sure a
10-
symbol if not dropped if it appears in or near the front of the linker arguments and "it's not
10+
symbol is not dropped if it appears in or near the front of the linker arguments and "it's not
1111
needed" by any of the preceding objects (linker arguments)
1212

1313
- `PROVIDE` is used to provide default values that can be overridden by a user linker script

0 commit comments

Comments
 (0)