Grammar
authorEddie Hung <eddie@fpgeh.com>
Mon, 30 Dec 2019 20:26:39 +0000 (12:26 -0800)
committerEddie Hung <eddie@fpgeh.com>
Mon, 30 Dec 2019 23:07:15 +0000 (15:07 -0800)
passes/techmap/abc.cc

index b29480e267edacc19fefbcef9955cd8eaef9b57d..279b3222353678254f6783b4e966c10e2cdd0b56 100644 (file)
@@ -1767,7 +1767,7 @@ struct AbcPass : public Pass {
                extra_args(args, argidx, design);
 
                if (!lut_costs.empty() && !liberty_file.empty())
-                       log_cmd_error("Got -lut and -liberty! This two options are exclusive.\n");
+                       log_cmd_error("Got -lut and -liberty! These two options are exclusive.\n");
                if (!constr_file.empty() && liberty_file.empty())
                        log_cmd_error("Got -constr but no -liberty!\n");