diff options
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/abci/abc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index c0591571..d631d11c 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -26480,7 +26480,7 @@ int Abc_CommandAbc9Strash( Abc_Frame_t * pAbc, int argc, char ** argv ) pNew->pManTime = NULL; Gia_ManStop( pNew ); if ( !Abc_FrameReadFlag("silentmode") ) - printf( "Collapsed AIG with boxes with logic of the boxes.\n" ); + printf( "Collapsed AIG with boxes and logic of the boxes.\n" ); } else if ( pAbc->pGia->pMuxes ) { |