Skip to content

Commit ac1cba5

Browse files
committed
1 parent d67f4ac commit ac1cba5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0"
44
repository = "https://github.com/rust-embedded/riscv"
55
authors = ["David Craven <[email protected]>"]
66
categories = ["embedded", "hardware-support", "no-std"]
7-
description = "Low level access to RISCV processors"
7+
description = "Low level access to RISC-V processors"
88
keywords = ["riscv", "register", "peripheral"]
99
license = "ISC"
1010

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Low level access to RISCV processors
1+
//! Low level access to RISC-V processors
22
//!
33
//! This crate provides:
44
//!

src/register/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! RISCV CSR's
1+
//! RISC-V CSR's
22
//!
33
//! The following registers are not available on 64-bit implementations.
44
//!

0 commit comments

Comments
 (0)