mirror of https://github.com/YosysHQ/abc.git
Refactor(Typo): Typo update in bblif comment
This commit is contained in:
parent
136bae27d8
commit
6e1323caa2
|
|
@ -237,7 +237,7 @@ extern void Bbl_ManDumpBinaryBlif( Bbl_Man_t * p, char * pFileName );
|
|||
// (3) reading the data manager from file
|
||||
extern Bbl_Man_t * Bbl_ManReadBinaryBlif( char * pFileName );
|
||||
|
||||
// (4) returning the mapped network after reading the data manaager from file
|
||||
// (4) returning the mapped network after reading the data manager from file
|
||||
extern char * Bbl_ManName( Bbl_Man_t * p );
|
||||
extern int Bbl_ObjIsInput( Bbl_Obj_t * p );
|
||||
extern int Bbl_ObjIsOutput( Bbl_Obj_t * p );
|
||||
|
|
|
|||
Loading…
Reference in New Issue