Boaz Brickner 1 год назад
Родитель
Сommit
8ba3da9730
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      toolchain/sem_ir/absolute_node_id.cpp

+ 2 - 2
toolchain/sem_ir/absolute_node_id.cpp

@@ -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 {