diff --git a/toolchain/check/eval_inst.h b/toolchain/check/eval_inst.h index 3d878d1dd773..c579a4cd62a1 100644 --- a/toolchain/check/eval_inst.h +++ b/toolchain/check/eval_inst.h @@ -124,7 +124,7 @@ constexpr auto ConstantKindHasEvalConstantInst(SemIR::InstConstantKind kind) template struct FunctionTypeForEvalConstantInstImpl { // By default, we want no `EvalConstantInst` function at all. But we can't - // express that, so use the type `auto () -> voic` as a placaeholder. + // express that, so use the type `auto () -> void` as a placeholder. using Type = auto() -> void; }; template