drive-by: fix typo

This commit is contained in:
Waffle Lapkin 2025-08-14 21:23:24 +02:00
parent 85d1c89e0f
commit fa18b3ebe2
No known key found for this signature in database

View file

@ -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 {