Fix comment to match case of parameter name (#6839)

Co-authored-by: Josh L <josh11b@users.noreply.github.com>
This commit is contained in:
josh11b
2026-03-05 21:20:44 +00:00
committed by GitHub
co-authored by Josh L
parent 6a650941d2
commit c837c004bc
+1 -1
View File
@@ -287,7 +287,7 @@ static auto EmitAsConstant(ConstantContext& context, SemIR::StringLiteral inst)
return llvm::IRBuilder<>(context.llvm_context())
.CreateGlobalString(
context.sem_ir().string_literal_values().Get(inst.string_literal_id),
/*name=*/"", /*address_space=*/0, &context.llvm_module());
/*Name=*/"", /*AddressSpace=*/0, &context.llvm_module());
}
static auto EmitAsConstant(ConstantContext& context,