summaryrefslogtreecommitdiffstats
path: root/src/bdd/reo/reo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/reo/reo.h')
-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