summaryrefslogtreecommitdiffstats
path: root/src/aig/hop/hopObj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/hop/hopObj.c')
-rw-r--r--src/aig/hop/hopObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/hop/hopObj.c b/src/aig/hop/hopObj.c
index eccf58b8..f173248f 100644
--- a/src/aig/hop/hopObj.c
+++ b/src/aig/hop/hopObj.c
@@ -193,7 +193,7 @@ void Hop_ObjDelete( Hop_Man_t * p, Hop_Obj_t * pObj )
// remove PIs/POs from the arrays
if ( Hop_ObjIsPi(pObj) )
Vec_PtrRemove( p->vPis, pObj );
- // ABC_FREE the node
+ // free the node
Hop_ManRecycleMemory( p, pObj );
}