Skip to content

Commit a2586d7

Browse files
josh11bzygoloid
andauthored
Apply suggestions from code review
Co-authored-by: Richard Smith <[email protected]>
1 parent 1d0c28c commit a2586d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/check/generic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ static auto ResolveSpecificDeclaration(Context& context, SemIRLoc loc,
407407
// If this is the first time we've formed this specific, evaluate its decl
408408
// block to form information about the specific.
409409
if (!context.specifics().Get(specific_id).decl_block_id.is_valid()) {
410-
// Put a placeholder value in the decl block so we won't attempt to
410+
// Set a placeholder value as the decl block ID so we won't attempt to
411411
// recursively resolve the same specific.
412412
context.specifics().Get(specific_id).decl_block_id =
413413
SemIR::InstBlockId::Empty;

0 commit comments

Comments
 (0)