Skip to content

Commit 38e95f7

Browse files
committed
Fix typo
overriden -> overridden
1 parent e3e3c09 commit 38e95f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cortex-a-rt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This library implements a simple Arm vector table, suitable for getting into a
44
Rust application running in System Mode. It also provides a reference start
55
up method. Most Cortex-A based systems will require chip specific start-up
6-
code, so the start-up method can over overriden.
6+
code, so the start-up method can over overridden.
77

88
See <https://docs.rs/cortex-a-rt> for detailed documentation.
99

cortex-a-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! This library implements a simple Arm vector table, suitable for getting into
44
//! a Rust application running in System Mode. It also provides a reference
55
//! start up method. Most Cortex-A based systems will require chip specific
6-
//! start-up code, so the start-up method can over overriden.
6+
//! start-up code, so the start-up method can over overridden.
77
//!
88
//! The default startup routine provided by this crate does not include any
99
//! special handling for multi-core support because this is oftentimes

cortex-r-rt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This library implements a simple Arm vector table, suitable for getting into a
44
Rust application running in System Mode. It also provides a reference start
55
up method. Most Cortex-R based systems will require chip specific start-up
6-
code, so the start-up method can over overriden.
6+
code, so the start-up method can over overridden.
77

88
See <https://docs.rs/cortex-r-rt> for detailed documentation.
99

cortex-r-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! This library implements a simple Arm vector table, suitable for getting into
44
//! a Rust application running in System Mode. It also provides a reference
55
//! start up method. Most Cortex-R based systems will require chip specific
6-
//! start-up code, so the start-up method can over overriden.
6+
//! start-up code, so the start-up method can over overridden.
77
//!
88
//! The default startup routine provided by this crate does not include any
99
//! special handling for multi-core support because this is oftentimes

0 commit comments

Comments
 (0)