Skip to content

Commit 1f6c7ba

Browse files
fix typos
Signed-off-by: Ravi Varadarajan <[email protected]>
1 parent f8bd9cd commit 1f6c7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpl2/src/hier_rtlmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ void HierRTLMP::multiLevelCluster(Cluster* parent)
751751
if (parent->getNumStdCell() < leaf_cluster_size)
752752
force_split = true;
753753
logger_->report(
754-
"Set fource split: leaf cluster size: {} root cluster size: {}",
754+
"Set force split: leaf cluster size: {} root cluster size: {}",
755755
leaf_cluster_size,
756756
parent->getNumStdCell());
757757
}

0 commit comments

Comments
 (0)