From 0b4cd9ab242fee6548384e5d13e5a0c6a173dc56 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 6 Jun 2020 13:26:18 -0700 Subject: [PATCH] min_period -> min period --- search/ReportPath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/ReportPath.cc b/search/ReportPath.cc index 74ee3a9d..d13eb4d4 100644 --- a/search/ReportPath.cc +++ b/search/ReportPath.cc @@ -1368,7 +1368,7 @@ ReportPath::reportVerbose(MinPeriodCheck *check, string &result) reportEndOfLine(result); reportLine("Period", check->period(), EarlyLate::early(), result); - reportLine("min_period", -check->minPeriod(this), + reportLine("min period", -check->minPeriod(this), EarlyLate::early(), result); reportDashLine(result); reportSlack(check->slack(this), result);