瀏覽代碼

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>
bors[bot] 3 年之前
父節點
當前提交
acba9735f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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