We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f4ddb commit 31d9868Copy full SHA for 31d9868
compiler/rustc_codegen_llvm/src/va_arg.rs
@@ -365,7 +365,7 @@ fn emit_xtensa_va_arg<'ll, 'tcx>(
365
366
// On big-endian, for values smaller than the slot size we'd have to align the read to the end
367
// of the slot rather than the start. While the ISA and GCC support big-endian, all the Xtensa
368
- // targets supported by rustc are litte-endian so don't worry about it.
+ // targets supported by rustc are little-endian so don't worry about it.
369
370
// if from_regsave {
371
// unsafe { *regsave_value_ptr }
0 commit comments