3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-09 15:43:25 +00:00

Merge pull request #5140 from garytwong/typo-fix

Fix typo ("exist" -> "exit").
This commit is contained in:
George Rennie 2025-05-23 13:01:57 +01:00 committed by GitHub
commit e05b21cfae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");
}