Skip to content

Commit 8bbb2c9

Browse files
committed
gpl: modify comment
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 058210c commit 8bbb2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpl/src/nesterovPlace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ void NesterovPlace::createCbkGCell(odb::dbInst* db_inst)
12111211
auto gcell_index = nbc_->createCbkGCell(db_inst);
12121212
// Always create gcell on top-level
12131213
nbVec_[0]->createCbkGCell(db_inst, gcell_index);
1214-
// TODO: properly create new gcell in each region
1214+
// TODO: create new gcell in its proper region
12151215
// for (auto& nesterov : nbVec_) {
12161216
// nesterov->createCbkGCell(db_inst, gcell_index);
12171217
// }

0 commit comments

Comments
 (0)