Skip to content

Commit

Permalink
Update toolchain/check/impl_lookup.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: josh11b <15258583+josh11b@users.noreply.github.com>
  • Loading branch information
danakj and josh11b authored Mar 3, 2025
1 parent 2311595 commit e0224bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/check/impl_lookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static auto FindAndDiagnoseImplLookupCycle(
return false;
}

// Gets the set of `SemIR::InterfaceId`s that are available given a facet type
// Gets the set of `SpecificInterface`s that are required by a facet type
// (as a constant value).
static auto GetInterfacesFromConstantId(Context& context, SemIR::LocId loc_id,
SemIR::ConstantId interface_const_id)
Expand Down

0 comments on commit e0224bf

Please sign in to comment.