diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-09-06 10:15:47 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-09-06 10:15:47 +0200 |
commit | 652345c9cd41a6a93925477e44a6d7925b0d7584 (patch) | |
tree | b546123251d39df2ffd115fb0b8a08e57e7cf538 /libs/minisat/Solver.h | |
parent | 01ef34c147dd3e3e3d13864f9c726727a4013207 (diff) | |
parent | 79cbf9067c07ed810b3466174278d77b9a05b46d (diff) | |
download | yosys-652345c9cd41a6a93925477e44a6d7925b0d7584.tar.gz yosys-652345c9cd41a6a93925477e44a6d7925b0d7584.tar.bz2 yosys-652345c9cd41a6a93925477e44a6d7925b0d7584.zip |
Merge pull request #38 from rubund/master
Corrected spelling mistakes found by lintian
Diffstat (limited to 'libs/minisat/Solver.h')
-rw-r--r-- | libs/minisat/Solver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/minisat/Solver.h b/libs/minisat/Solver.h index 62a12f3c7..44570b0e1 100644 --- a/libs/minisat/Solver.h +++ b/libs/minisat/Solver.h @@ -103,7 +103,7 @@ public: int nFreeVars () const; void printStats () const; // Print some current statistics to standard output. - // Resource contraints: + // Resource constraints: // void setConfBudget(int64_t x); void setPropBudget(int64_t x); @@ -230,7 +230,7 @@ protected: double learntsize_adjust_confl; int learntsize_adjust_cnt; - // Resource contraints: + // Resource constraints: // int64_t conflict_budget; // -1 means no budget. int64_t propagation_budget; // -1 means no budget. |