summaryrefslogtreecommitdiffstats
path: root/src/base/acb
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2020-01-27 10:43:37 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2020-01-27 10:43:37 -0800
commit951afa27cb5f2621ddac2f003a4844288e01eddf (patch)
treecce115371b41ace2b78bc630758782cfbe252200 /src/base/acb
parent8c8f39ad7603362c7e16598d1888313f2e6ca0a0 (diff)
downloadabc-951afa27cb5f2621ddac2f003a4844288e01eddf.tar.gz
abc-951afa27cb5f2621ddac2f003a4844288e01eddf.tar.bz2
abc-951afa27cb5f2621ddac2f003a4844288e01eddf.zip
Cleaning up code and fixing for several typos.
Diffstat (limited to 'src/base/acb')
-rw-r--r--src/base/acb/acbFunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/acb/acbFunc.c b/src/base/acb/acbFunc.c
index 6ffeb0e8..ff7e4504 100644
--- a/src/base/acb/acbFunc.c
+++ b/src/base/acb/acbFunc.c
@@ -1094,7 +1094,7 @@ Vec_Int_t * Acb_FindSupport( sat_solver * pSat, int iFirstDiv, Vec_Int_t * vWeig
vSuppBest = Vec_IntDup( vSuppStart );
printf( "Starting cost = %d.\n", CostBest );
- // interatively find the one with the most ones in the uncovered rows
+ // iteratively find the one with the most ones in the uncovered rows
for ( Iter = 0; Iter < 200; Iter++ )
{
if ( Abc_Clock() > clkLimit )