Skip to content

Commit acba973

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 <jake@merdich.com>
2 parents 27c91a0 + 2042f3b commit acba973

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)