Skip to content

Commit 31d9868

Browse files
Fix typo
Co-authored-by: Jubilee <workingjubilee@gmail.com>
1 parent f6f4ddb commit 31d9868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/va_arg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ fn emit_xtensa_va_arg<'ll, 'tcx>(
365365

366366
// On big-endian, for values smaller than the slot size we'd have to align the read to the end
367367
// 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.
368+
// targets supported by rustc are little-endian so don't worry about it.
369369

370370
// if from_regsave {
371371
// unsafe { *regsave_value_ptr }

0 commit comments

Comments
 (0)