Fix typos

This commit is contained in:
omahs
2025-05-12 11:15:46 +02:00
parent ac9ac0e0f3
commit 1caaa88700
17 changed files with 23 additions and 23 deletions

View File

@@ -149,7 +149,7 @@ pub(crate) struct NullOnExport {
#[derive(Diagnostic)]
#[diag(codegen_ssa_unsupported_instruction_set, code = E0779)]
pub(crate) struct UnsuportedInstructionSet {
pub(crate) struct UnsupportedInstructionSet {
#[primary_span]
pub span: Span,
}