OccupyMars2025 1 år sedan
förälder
incheckning
937824f64a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -21,7 +21,7 @@
 //! implementation suitable for single-hart targets, based on disabling interrupts globally.
 //!
 //! It is **unsound** to enable it on multi-hart targets,
-//! and may cause functional problems in systems where some interrupts must be not be disabled
+//! and may cause functional problems in systems where some interrupts must NOT be disabled
 //! or critical sections are managed as part of an RTOS. In these cases, you should use
 //! a target-specific implementation instead, typically provided by a HAL or RTOS crate.