Skip to content

Commit 864bce2

Browse files
Merge #131
131: fix a typo r=romancardenas a=OccupyMars2025 Co-authored-by: OccupyMars2025 <[email protected]>
2 parents ec99d03 + 937824f commit 864bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! implementation suitable for single-hart targets, based on disabling interrupts globally.
2222
//!
2323
//! It is **unsound** to enable it on multi-hart targets,
24-
//! and may cause functional problems in systems where some interrupts must be not be disabled
24+
//! and may cause functional problems in systems where some interrupts must NOT be disabled
2525
//! or critical sections are managed as part of an RTOS. In these cases, you should use
2626
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
2727

0 commit comments

Comments
 (0)