This commit is contained in:
Michael Gielda 2021-10-26 09:36:25 +02:00 committed by GitHub
parent dbc5f8a3b6
commit 348c74e0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {