diff options
author | Michael Gielda <mgielda@antmicro.com> | 2021-10-26 09:36:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 09:36:25 +0200 |
commit | 348c74e0a63b54d3341c48a4ce71cee50e7bd41c (patch) | |
tree | 0414b3fa9a10b020d88fffafa7a17189e6a85855 /src/aig | |
parent | dbc5f8a3b69d1a8d90fce00b7d1e2aa7d164488b (diff) | |
download | abc-348c74e0a63b54d3341c48a4ce71cee50e7bd41c.tar.gz abc-348c74e0a63b54d3341c48a4ce71cee50e7bd41c.tar.bz2 abc-348c74e0a63b54d3341c48a4ce71cee50e7bd41c.zip |
Fix typo
Diffstat (limited to 'src/aig')
-rw-r--r-- | src/aig/gia/giaSweep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaSweep.c b/src/aig/gia/giaSweep.c index 344eca44..8a7fcbd0 100644 --- a/src/aig/gia/giaSweep.c +++ b/src/aig/gia/giaSweep.c @@ -389,7 +389,7 @@ Vec_Int_t * Gia_ManComputeCarryOuts( Gia_Man_t * p ) int i, iLast, iBox, nBoxes = Tim_ManBoxNum( pManTime ); Vec_Int_t * vCarryOuts = Vec_IntAlloc( nBoxes ); - // Create and populare reference count (and free later) only if not already + // Create and populate reference count (and free later) only if not already // done. int createRefs = (p->pRefs == NULL); if (createRefs) { |