Skip to content

Commit fa18b3e

Browse files
committed
drive-by: fix typo
1 parent 85d1c89 commit fa18b3e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/mir/block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enum MergingSucc {
3636
True,
3737
}
3838

39-
/// Indicates to the call terminator codegen whether a cal
39+
/// Indicates to the call terminator codegen whether a call
4040
/// is a normal call or an explicit tail call.
4141
#[derive(Debug, PartialEq)]
4242
enum CallKind {

0 commit comments

Comments
 (0)