summaryrefslogtreecommitdiffstats
path: root/src/aig/gia
diff options
context:
space:
mode:
authorMichael Gielda <mgielda@antmicro.com>2021-10-26 09:36:25 +0200
committerGitHub <noreply@github.com>2021-10-26 09:36:25 +0200
commit348c74e0a63b54d3341c48a4ce71cee50e7bd41c (patch)
tree0414b3fa9a10b020d88fffafa7a17189e6a85855 /src/aig/gia
parentdbc5f8a3b69d1a8d90fce00b7d1e2aa7d164488b (diff)
downloadabc-348c74e0a63b54d3341c48a4ce71cee50e7bd41c.tar.gz
abc-348c74e0a63b54d3341c48a4ce71cee50e7bd41c.tar.bz2
abc-348c74e0a63b54d3341c48a4ce71cee50e7bd41c.zip
Fix typo
Diffstat (limited to 'src/aig/gia')
-rw-r--r--src/aig/gia/giaSweep.c2
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) {