Skip to content

Commit 7ef5053

Browse files
authored
Merge pull request #519 from cyril-marpaud/patch-1
docs: fix a typo
2 parents 549e951 + 25463ae commit 7ef5053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! implementation suitable for single-core targets, based on disabling interrupts globally.
1616
//!
1717
//! It is **unsound** to enable it on multi-core targets or for code running in unprivileged mode,
18-
//! and may cause functional problems in systems where some interrupts must be not be disabled
18+
//! and may cause functional problems in systems where some interrupts must not be disabled
1919
//! or critical sections are managed as part of an RTOS. In these cases, you should use
2020
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
2121
//!

0 commit comments

Comments
 (0)