From 348c74e0a63b54d3341c48a4ce71cee50e7bd41c Mon Sep 17 00:00:00 2001 From: Michael Gielda Date: Tue, 26 Oct 2021 09:36:25 +0200 Subject: Fix typo --- src/aig/gia/giaSweep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3