From: Clifford Wolf Date: Thu, 20 Jun 2019 10:23:07 +0000 (+0200) Subject: Fix typo X-Git-Tag: yosys-0.9~63 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11ec7b2aecddc72747ccdc30d2674583062d58d3;p=yosys.git Fix typo Signed-off-by: Clifford Wolf --- diff --git a/passes/cmds/stat.cc b/passes/cmds/stat.cc index d22685b62..27c5fb60c 100644 --- a/passes/cmds/stat.cc +++ b/passes/cmds/stat.cc @@ -285,8 +285,8 @@ 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. Corrently supported\n"); - log(" calues for : xilinx\n"); + log(" print area estemate for the specified technology. Currently supported\n"); + log(" values for : xilinx\n"); log("\n"); log(" -width\n"); log(" annotate internal cell types with their word width.\n");