Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 40d6042

Browse files
authored
[NFC] Fix typo 'suppoted' -> 'supported'
Interested in using this crate and saw this typo when browsing the docs.
1 parent 47ece5f commit 40d6042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
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)