Skip to content

Commit 3125118

Browse files
committed
Minor comment change.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 1d6b503 commit 3125118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rsz/src/RepairDesign.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2457,7 +2457,6 @@ bool RepairDesign::makeRepeater(
24572457
// Copy signal type to new net.
24582458
//
24592459
dbNet* ip_net_db = load_db_net; // orig net
2460-
// the name 'load_db_net' is misleading
24612460
dbNet* op_net_db = db_network_->staToDb(new_net);
24622461
op_net_db->setSigType(ip_net_db->getSigType());
24632462
out_net = new_net;

0 commit comments

Comments
 (0)