Fix "is is" typo (#5382)

This commit is contained in:
Boaz Brickner
2025-04-29 15:32:17 +00:00
committed by GitHub
parent e2984d9fc3
commit 8ba3da9730
+2 -2
View File
@@ -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 {