diff options
| author | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-08-14 21:23:24 +0200 |
|---|---|---|
| committer | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-08-14 21:23:49 +0200 |
| commit | fa18b3ebe29154440f6e8d9ad83021802b3aaa29 (patch) | |
| tree | ca92d55461a6068644aeadf098e62cffdb69a55e | |
| parent | 85d1c89e0fe2c9db253c6e4e53a19302584a2dfd (diff) | |
| download | rust-fa18b3ebe29154440f6e8d9ad83021802b3aaa29.tar.gz rust-fa18b3ebe29154440f6e8d9ad83021802b3aaa29.zip | |
drive-by: fix typo
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/mir/block.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/mir/block.rs b/compiler/rustc_codegen_ssa/src/mir/block.rs index f151e24947e..c3dc3e42b83 100644 --- a/compiler/rustc_codegen_ssa/src/mir/block.rs +++ b/compiler/rustc_codegen_ssa/src/mir/block.rs @@ -36,7 +36,7 @@ enum MergingSucc { True, } -/// Indicates to the call terminator codegen whether a cal +/// Indicates to the call terminator codegen whether a call /// is a normal call or an explicit tail call. #[derive(Debug, PartialEq)] enum CallKind { |
