diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-03-16 00:11:33 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-03-16 00:11:33 -0700 |
commit | 7a3e57a4cb174325f7d78cedecb75da6f2b87fc5 (patch) | |
tree | b6950049f19506c87c8cd4ccd26cdd767170a51e /src/proof | |
parent | 8826ed6d4f2403c2ff71596cb5a16a8be0c60104 (diff) | |
download | abc-7a3e57a4cb174325f7d78cedecb75da6f2b87fc5.tar.gz abc-7a3e57a4cb174325f7d78cedecb75da6f2b87fc5.tar.bz2 abc-7a3e57a4cb174325f7d78cedecb75da6f2b87fc5.zip |
Synchronizing with the recent version.
Diffstat (limited to 'src/proof')
-rw-r--r-- | src/proof/ssw/sswSim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/ssw/sswSim.c b/src/proof/ssw/sswSim.c index c458855d..e1bcc149 100644 --- a/src/proof/ssw/sswSim.c +++ b/src/proof/ssw/sswSim.c @@ -321,7 +321,7 @@ int Ssw_SmlNodeIsZeroFrame( Ssw_Sml_t * p, Aig_Obj_t * pObj, int f ) /**Function************************************************************* - Synopsis [Counts the number of one's in the patten the object.] + Synopsis [Counts the number of one's in the pattern of the object.] Description [] @@ -350,7 +350,7 @@ int Ssw_SmlNodeCountOnesReal( Ssw_Sml_t * p, Aig_Obj_t * pObj ) /**Function************************************************************* - Synopsis [Counts the number of one's in the patten the object.] + Synopsis [Counts the number of one's in the pattern of the objects.] Description [] |