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 {
68
68
$crate:: panicking:: panic ( "internal error: entered unreachable code" )
69
69
) ,
70
70
// 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
72
72
( $msg: expr $( , ) ?) => (
73
73
$crate:: panicking:: unreachable_display ( & $msg)
74
74
) ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pub const MIN_ALIGN: usize = 8;
28
28
target_arch = "wasm64" ,
29
29
) ) ) ]
30
30
pub 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.
32
32
#[ cfg( all( any(
33
33
all( target_arch = "riscv32" , target_os = "espidf" ) ,
34
34
all( target_arch = "xtensa" , target_os = "espidf" ) ,
You can’t perform that action at this time.
0 commit comments