mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Fix "is is" typo (#5382)
This commit is contained in:
@@ -58,8 +58,8 @@ static auto FollowImportRef(
|
||||
cursor_inst_id = import_ir_inst.inst_id();
|
||||
}
|
||||
|
||||
// Returns true if this is the final parse node location. If the location is is
|
||||
// an import, follows it and returns false.
|
||||
// Returns true if this is the final parse node location. If the location is an
|
||||
// import, follows it and returns false.
|
||||
static auto HandleLocId(llvm::SmallVector<AbsoluteNodeId>& absolute_node_ids,
|
||||
const File*& cursor_ir, InstId& cursor_inst_id,
|
||||
LocId loc_id) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user