Quellcode durchsuchen

[NFC] Fix typo 'suppoted' -> 'supported'

Interested in using this crate and saw this typo when browsing the docs.
Jake Merdich vor 3 Jahren
Ursprung
Commit
2042f3b645
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      riscv-rt/src/lib.rs

+ 1 - 1
riscv-rt/src/lib.rs

@@ -187,7 +187,7 @@
 //!
 //! ### `_max_hart_id`
 //!
-//! This symbol defines the maximum hart id suppoted. All harts with id
+//! This symbol defines the maximum hart id supported. All harts with id
 //! greater than `_max_hart_id` will be redirected to `abort()`.
 //!
 //! This symbol is supposed to be redefined in platform support crates for