Skip to content

Commit 674bf52

Browse files
committed
Address review comments: fix typo
1 parent b876896 commit 674bf52

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
@@ -31,7 +31,7 @@
3131
//! implementation suitable for single-core targets, based on disabling interrupts globally.
3232
//!
3333
//! It is **unsound** to enable it on multi-core targets or for code running in unprivileged mode,
34-
//! and may cause functional problems in systems where some interrupts must be not be disabled
34+
//! and may cause functional problems in systems where some interrupts must not be disabled
3535
//! or critical sections are managed as part of an RTOS. In these cases, you should use
3636
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
3737
//!

0 commit comments

Comments
 (0)