Skip to content

Commit 8b10534

Browse files
Fix typo
1 parent 7b57c86 commit 8b10534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ pub use macros::{entry, exception, pre_init};
416416
#[doc(hidden)]
417417
pub static __ONCE__: () = ();
418418

419-
/// Registers stacked (pushed into the stack) during an exception.
419+
/// Registers stacked (pushed onto the stack) during an exception.
420420
#[derive(Clone, Copy)]
421421
#[repr(C)]
422422
pub struct ExceptionFrame {

0 commit comments

Comments
 (0)