Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <workingjubilee@gmail.com>
  • Loading branch information
bugadani and workingjubilee authored Dec 2, 2024
1 parent f6f4ddb commit 31d9868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_llvm/src/va_arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ fn emit_xtensa_va_arg<'ll, 'tcx>(

// On big-endian, for values smaller than the slot size we'd have to align the read to the end
// of the slot rather than the start. While the ISA and GCC support big-endian, all the Xtensa
// 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.

// if from_regsave {
// unsafe { *regsave_value_ptr }
Expand Down

0 comments on commit 31d9868

Please sign in to comment.