File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ pub macro unreachable_2015 {
6868 $crate:: panicking:: panic ( "internal error: entered unreachable code" )
6969 ) ,
7070 // Use of `unreachable_display` for non_fmt_panic lint.
71- // NOTE: the message ("internal error ...") is embeded directly in unreachable_display
71+ // NOTE: the message ("internal error ...") is embedded directly in unreachable_display
7272 ( $msg: expr $( , ) ?) => (
7373 $crate:: panicking:: unreachable_display ( & $msg)
7474 ) ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pub const MIN_ALIGN: usize = 8;
2828 target_arch = "wasm64" ,
2929) ) ) ]
3030pub const MIN_ALIGN : usize = 16 ;
31- // The allocator on the esp-idf platform guarentees 4 byte alignment.
31+ // The allocator on the esp-idf platform guarantees 4 byte alignment.
3232#[ cfg( all( any(
3333 all( target_arch = "riscv32" , target_os = "espidf" ) ,
3434 all( target_arch = "xtensa" , target_os = "espidf" ) ,
You can’t perform that action at this time.
0 commit comments