diff --git a/src/librustc_mir/dataflow/impls/borrowed_locals.rs b/src/librustc_mir/dataflow/impls/borrowed_locals.rs index 44693c50eac9c..95a676c0892c5 100644 --- a/src/librustc_mir/dataflow/impls/borrowed_locals.rs +++ b/src/librustc_mir/dataflow/impls/borrowed_locals.rs @@ -62,7 +62,7 @@ impl MaybeBorrowedLocals { /// /// In some contexts, we know that this borrow will never occur. For example, during /// const-eval, custom drop glue cannot be run. Code that calls this should document the - /// assumptions that justify `Drop` terminators in this way. + /// assumptions that justify ignoring `Drop` terminators in this way. /// /// [#61069]: https://github.com/rust-lang/rust/pull/61069 pub fn unsound_ignore_borrow_on_drop(self) -> Self {