mirror of https://github.com/YosysHQ/abc.git
Refactor(Typo): Typo in read_aiger
This commit is contained in:
parent
e1db615384
commit
05c897a753
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue