Skip to content

Commit 36419ff

Browse files
committed
typo
1 parent 9503c15 commit 36419ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
- Add `zero-init-ram` feature to initialize RAM with zeros on startup. This can be necessary on
1111
safety-critical hardware to properly initialize memory integrity measures.
1212
- Add `hardfault-trampoline` feature that is enabled by default which enables
13-
the previously required hardfault trampiline. Now when this feature is not active, there will be
13+
the previously required hardfault trampoline. Now when this feature is not active, there will be
1414
no trampoline and the function you write is the exact function that is used as hardfault handler.
1515

1616
## [v0.7.3]

0 commit comments

Comments
 (0)