mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Fix typo ("exist" -> "exit").
This commit is contained in:
parent
388955031f
commit
4f0cbf2ee6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct LoggerPass : public Pass {
|
|||
log(" -check-expected\n");
|
||||
log(" verifies that the patterns previously set up by -expect have actually\n");
|
||||
log(" been met, then clears the expected log list. If this is not called\n");
|
||||
log(" manually, the check will happen at yosys exist time instead.\n");
|
||||
log(" manually, the check will happen at yosys exit time instead.\n");
|
||||
log("\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue