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

Commit 23570a0

Browse files
bors[bot]jmerdich
andauthored
Merge #74
74: [NFC] Fix typo 'suppoted' -> 'supported' r=Disasm a=jmerdich Interested in using this crate and saw this typo when browsing the docs. Co-authored-by: Jake Merdich <[email protected]>
2 parents 73ebd5d + 40d6042 commit 23570a0

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)