diff options
author | 2020-01-11 23:42:47 +0100 | |
---|---|---|
committer | 2020-01-11 23:42:47 +0100 | |
commit | 8b10534995d8e0285cc38339ab7495d848fe7b7f (patch) | |
tree | 8ea6f51a144abf780e432a14d44e405022bc1967 /cortex-m-rt/src | |
parent | 7b57c865cb7d61bb7c7d6d4a75770f8f693310df (diff) | |
download | cortex-m-8b10534995d8e0285cc38339ab7495d848fe7b7f.tar.gz cortex-m-8b10534995d8e0285cc38339ab7495d848fe7b7f.tar.zst cortex-m-8b10534995d8e0285cc38339ab7495d848fe7b7f.zip |
Fix typo
Diffstat (limited to 'cortex-m-rt/src')
-rw-r--r-- | cortex-m-rt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index 67a182a..bf3a458 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -416,7 +416,7 @@ pub use macros::{entry, exception, pre_init}; #[doc(hidden)] pub static __ONCE__: () = (); -/// Registers stacked (pushed into the stack) during an exception. +/// Registers stacked (pushed onto the stack) during an exception. #[derive(Clone, Copy)] #[repr(C)] pub struct ExceptionFrame { |