From b3e7390c0eb89544c0da6d9bc3b381f6ce450228 Mon Sep 17 00:00:00 2001 From: Stephen Tong <14918218+stong@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:32:05 -0500 Subject: [PATCH] Fix typo in stat help --- passes/cmds/stat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/cmds/stat.cc b/passes/cmds/stat.cc index f0021cf8769..d34373c1c0e 100644 --- a/passes/cmds/stat.cc +++ b/passes/cmds/stat.cc @@ -366,7 +366,7 @@ struct StatPass : public Pass { log(" use cell area information from the provided liberty file\n"); log("\n"); log(" -tech \n"); - log(" print area estemate for the specified technology. Currently supported\n"); + log(" print area estimate for the specified technology. Currently supported\n"); log(" values for : xilinx, cmos\n"); log("\n"); log(" -width\n");