From: Johann Glaser Date: Sat, 16 Mar 2013 20:29:45 +0000 (+0100) Subject: corrected typos X-Git-Tag: yosys-0.2.0~715^2~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb494d4dd74b1b372f01d0f80329b4b467fcd2d4;p=yosys.git corrected typos Signed-off-by: Clifford Wolf --- diff --git a/passes/abc/abc.cc b/passes/abc/abc.cc index acd935465..c2c03e4a5 100644 --- a/passes/abc/abc.cc +++ b/passes/abc/abc.cc @@ -627,10 +627,10 @@ struct AbcPass : public Pass { log(" keeps using yosys's internal gate library.\n"); log("\n"); log(" -nocleanup\n"); - log(" when this option is used, the tempprary files created be this pass\n"); + log(" when this option is used, the temporary files created by this pass\n"); log(" are not removed. this is useful for debugging.\n"); log("\n"); - log("This pass does not operate on modules with uprocessed processes in it.\n"); + log("This pass does not operate on modules with unprocessed processes in it.\n"); log("(I.e. the 'proc' pass should be used first to convert processes to netlists.)\n"); log("\n"); log("[1] http://www.eecs.berkeley.edu/~alanmi/abc/\n");