diff --git a/compiler/rustc_lint_defs/src/builtin.rs b/compiler/rustc_lint_defs/src/builtin.rs index 2edb8b717fd..04e45e2351b 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -2878,7 +2878,7 @@ declare_lint! { } declare_lint! { - /// The `large_assigments` lint detects when objects of large + /// The `large_assignments` lint detects when objects of large /// types are being moved around. /// /// ### Example