From 951afa27cb5f2621ddac2f003a4844288e01eddf Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 27 Jan 2020 10:43:37 -0800 Subject: Cleaning up code and fixing for several typos. --- src/bdd/reo/reo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bdd/reo') 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 -- cgit v1.2.3