summaryrefslogtreecommitdiffstats
path: root/src/aig/int/intMan.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-07-29 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2008-07-29 08:01:00 -0700
commit582a059e34d913ed52dfc18049e407055ebd7879 (patch)
treeb03323aa3c2100fe242331d6d32859d78b9a5c29 /src/aig/int/intMan.c
parent20a5a0d4afc26bbdcf19c4a9db89c4901d21619f (diff)
downloadabc-582a059e34d913ed52dfc18049e407055ebd7879.tar.gz
abc-582a059e34d913ed52dfc18049e407055ebd7879.tar.bz2
abc-582a059e34d913ed52dfc18049e407055ebd7879.zip
Version abc80729
Diffstat (limited to 'src/aig/int/intMan.c')
-rw-r--r--src/aig/int/intMan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aig/int/intMan.c b/src/aig/int/intMan.c
index b9b2bce9..ec5d06d3 100644
--- a/src/aig/int/intMan.c
+++ b/src/aig/int/intMan.c
@@ -30,7 +30,7 @@
/**Function*************************************************************
- Synopsis [Frees the interpolation manager.]
+ Synopsis [Creates the interpolation manager.]
Description []
@@ -54,7 +54,7 @@ Inter_Man_t * Inter_ManCreate( Aig_Man_t * pAig, Inter_ManParams_t * pPars )
/**Function*************************************************************
- Synopsis [Frees the interpolation manager.]
+ Synopsis [Cleans the interpolation manager.]
Description []