Skip to content

Commit f797e42

Browse files
committed
Correct typo :sigh:
1 parent 0333833 commit f797e42

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ impl<'ll, 'tcx> FnAbiLlvmExt<'ll, 'tcx> for FnAbi<'tcx, Ty<'tcx>> {
527527
} else {
528528
// it's one of 2 cases,
529529
// - either the base name is invalid
530-
// - it has been superceded by something else, so the intrinsic was removed entirely
530+
// - it has been superseded by something else, so the intrinsic was removed entirely
531531
// to check for upgrades, we need the `llfn`, so we defer it for now
532532

533533
FunctionSignature::MaybeInvalid(self.rust_signature(cx))

0 commit comments

Comments
 (0)