Skip to content

Commit f7a4e5a

Browse files
authored
Fix typo in NOTES.md regarding legacy projects
1 parent 4003f78 commit f7a4e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mklink -d ../../cmsis_5/CMSIS
2525
```
2626

2727
### File names on Linux
28-
Many legacy projecs were developed primarily on Windows, where file systems are case-insensitive. As a result, **you may encounter case-sensitivity issues when building these projects on Linux**.
28+
Many legacy projects were developed primarily on Windows, where file systems are case-insensitive. As a result, **you may encounter case-sensitivity issues when building these projects on Linux**.
2929

3030
Linux treats file names like `MyFavoriteMCU.icf`, `MYFAVORITEMCU.ICF`, and `myfavoritemcu.icf` as completely different files, whereas Windows sees them as the same. This can lead to broken file references, missing assets, or building errors if the exact case doesn't match.
3131

0 commit comments

Comments
 (0)