Skip to content

Commit 2042f3b

Browse files
authored
[NFC] Fix typo 'suppoted' -> 'supported'
Interested in using this crate and saw this typo when browsing the docs.
1 parent 49c1484 commit 2042f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
//!
188188
//! ### `_max_hart_id`
189189
//!
190-
//! This symbol defines the maximum hart id suppoted. All harts with id
190+
//! This symbol defines the maximum hart id supported. All harts with id
191191
//! greater than `_max_hart_id` will be redirected to `abort()`.
192192
//!
193193
//! This symbol is supposed to be redefined in platform support crates for

0 commit comments

Comments
 (0)