mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:30:12 +01:00
Fix comment to match case of parameter name (#6839)
Co-authored-by: Josh L <josh11b@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user