Merge pull request #241 from wjrforcyber/typo

Refactor(Typo):Typo currently exists
This commit is contained in:
alanminko 2023-09-05 14:09:40 +07:00 committed by GitHub
commit 00fa1e3714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -17814,7 +17814,7 @@ int Abc_CommandRecPs3( Abc_Frame_t * pAbc, int argc, char ** argv )
} }
if ( !Abc_NtkRecIsRunning3() ) if ( !Abc_NtkRecIsRunning3() )
{ {
Abc_Print( -1, "This command works for AIGs only after calling \"rec_start2\".\n" ); Abc_Print( -1, "This command works for AIGs only after calling \"rec_start3\".\n" );
return 0; return 0;
} }
Abc_NtkRecPs3(fPrintLib); Abc_NtkRecPs3(fPrintLib);
@ -17866,7 +17866,7 @@ int Abc_CommandRecAdd3( Abc_Frame_t * pAbc, int argc, char ** argv )
} }
if ( !Abc_NtkRecIsRunning3() ) if ( !Abc_NtkRecIsRunning3() )
{ {
Abc_Print( -1, "This command works for AIGs after calling \"rec_start2\".\n" ); Abc_Print( -1, "This command works for AIGs after calling \"rec_start3\".\n" );
return 0; return 0;
} }
Abc_NtkRecAdd3( pNtk, fUseSOPB ); Abc_NtkRecAdd3( pNtk, fUseSOPB );

View File

@ -652,7 +652,7 @@ void Abc_NtkTimePrint( Abc_Ntk_t * pNtk )
/**Function************************************************************* /**Function*************************************************************
Synopsis [Expends the storage for timing information.] Synopsis [Expands the storage for timing information.]
Description [] Description []