summaryrefslogtreecommitdiffstats
path: root/src/bdd
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/bdd
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/bdd')
-rw-r--r--src/bdd/reo/reo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdd/reo/reo.h b/src/bdd/reo/reo.h
index a3ee844c..3916ac06 100644
--- a/src/bdd/reo/reo.h
+++ b/src/bdd/reo/reo.h
@@ -106,7 +106,7 @@ struct _reo_man
int fVerbose; // the verbosity level
int fVerify; // the flag toggling verification
int fRemapUp; // the flag to enable remapping
- int nIters; // the number of interations of sifting to perform
+ int nIters; // the number of iterations of sifting to perform
// parameters given by the user when reordering is called
DdManager * dd; // the CUDD BDD manager