Skip to content

Commit 53691ce

Browse files
author
Amanda Butler
authored
Fix typo in build_rules.md
Fix typo.
1 parent e8b643f commit 53691ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/build_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Mbed OS build tools determine the type of source file found based on the file's
1515
| `.cc`, `.cpp` | C++ source | Toolchain's C++ compiler |
1616
| `.h`, `.hpp`, `.hh` | C/C++ header | Toolchain's C and C++ compiler |
1717
| `.icf` | IAR linker file | IAR's linker |
18-
| `.ld` | GCC linker acript | GCC's linker (`ld`) |
18+
| `.ld` | GCC linker script | GCC's linker (`ld`) |
1919
| `.o` | Object | Toolchain's linker |
2020
| `.s`, `.S` | Assembly | Toolchain's assembler |
2121
| `.sct` | ARM scatter file | ARM's linker (`armlink`) |

0 commit comments

Comments
 (0)