From: Clifford Wolf Date: Tue, 19 Dec 2017 20:44:05 +0000 (+0100) Subject: Fix minor typo in "prep" help message X-Git-Tag: yosys-0.8~243 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b66d50e62d0dcd2b495c360fa64f3c7b4017b842;p=yosys.git Fix minor typo in "prep" help message --- diff --git a/techlibs/common/prep.cc b/techlibs/common/prep.cc index 71534983d..3dfc60383 100644 --- a/techlibs/common/prep.cc +++ b/techlibs/common/prep.cc @@ -63,7 +63,7 @@ struct PrepPass : public ScriptPass log(" -nordff\n"); log(" passed to 'memory_dff'. prohibits merging of FFs into memory read ports\n"); log("\n"); - log(" -nokeepdc\n"); + log(" -nokeepdc\n"); log(" do not call opt_* with -keepdc\n"); log("\n"); log(" -run [:]\n");