Refactor(Typo): Typo in read_aiger

This commit is contained in:
wjrforcyber 2023-09-17 19:34:56 +08:00
parent e1db615384
commit 05c897a753
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck )
}
if ( *pCur != '\n' )
{
fprintf( stdout, "The initial value of latch number %d is not recongnized.\n", i );
fprintf( stdout, "The initial value of latch number %d is not recognized.\n", i );
return NULL;
}
pCur++;