Parcourir la source

Fix RISC-V name

Vadim Kaushan il y a 6 ans
Parent
commit
ac66a5a74e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      riscv-rt/Cargo.toml
  2. 1 1
      riscv-rt/src/lib.rs

+ 1 - 1
riscv-rt/Cargo.toml

@@ -4,7 +4,7 @@ version = "0.3.0"
 repository = "https://github.com/rust-embedded/riscv-rt"
 authors = ["David Craven <david@craven.ch>"]
 categories = ["embedded", "no-std"]
-description = "Minimal runtime / startup for RISCV CPU's"
+description = "Minimal runtime / startup for RISC-V CPU's"
 keywords = ["riscv", "runtime", "startup"]
 license = "ISC"
 

+ 1 - 1
riscv-rt/src/lib.rs

@@ -1,4 +1,4 @@
-//! Minimal startup / runtime for RISCV CPU's
+//! Minimal startup / runtime for RISC-V CPU's
 //!
 //! # Features
 //!