diff --git a/src/librustc_middle/mir/terminator/mod.rs b/src/librustc_middle/mir/terminator/mod.rs index e8fe3a97a10c7..fcfd648c2b7aa 100644 --- a/src/librustc_middle/mir/terminator/mod.rs +++ b/src/librustc_middle/mir/terminator/mod.rs @@ -103,7 +103,7 @@ pub enum TerminatorKind<'tcx> { unwind: Option, }, - /// Block ends with a call of a converging function. + /// Block ends with a call of a function. Call { /// The function that’s being called. func: Operand<'tcx>,