diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-03-17 22:55:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 22:55:05 +0100 |
| commit | 270a41c33e6282933ddb3ef405e7089f3e92ea07 (patch) | |
| tree | 10e040ee5d3aabbc8956cf3ca61fdc7388b79e6a /library/std/src | |
| parent | 5eb3433ed5201c6180e6bee26c3156fea4b174f0 (diff) | |
| parent | 01dbfb3eb264135c432cef223848416f90dac290 (diff) | |
| download | rust-270a41c33e6282933ddb3ef405e7089f3e92ea07.tar.gz rust-270a41c33e6282933ddb3ef405e7089f3e92ea07.zip | |
Rollup merge of #94960 - codehorseman:master, r=oli-obk
Fix many spelling mistakes Signed-off-by: codehorseman <cricis@yeah.net>
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/sys/common/alloc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/common/alloc.rs b/library/std/src/sys/common/alloc.rs index e06eaf6db1a..e8e7c51cb9b 100644 --- a/library/std/src/sys/common/alloc.rs +++ b/library/std/src/sys/common/alloc.rs @@ -28,7 +28,7 @@ pub const MIN_ALIGN: usize = 8; target_arch = "wasm64", )))] pub const MIN_ALIGN: usize = 16; -// The allocator on the esp-idf platform guarentees 4 byte alignment. +// The allocator on the esp-idf platform guarantees 4 byte alignment. #[cfg(all(any( all(target_arch = "riscv32", target_os = "espidf"), all(target_arch = "xtensa", target_os = "espidf"), |
