corrected typos
authorJohann Glaser <Johann.Glaser@gmx.at>
Sat, 16 Mar 2013 20:29:45 +0000 (21:29 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 17 Mar 2013 08:06:02 +0000 (09:06 +0100)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/abc/abc.cc

index acd935465462145d0a7cd72eb0999b0635d9143b..c2c03e4a5ab76286437d9059af0d95e38df0c5d4 100644 (file)
@@ -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");