From 4f0cbf2ee6c38faed20a1896e5b93c2c3f45a460 Mon Sep 17 00:00:00 2001 From: Gary Wong Date: Thu, 22 May 2025 18:52:33 -0600 Subject: [PATCH] Fix typo ("exist" -> "exit"). --- passes/cmds/logger.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/cmds/logger.cc b/passes/cmds/logger.cc index 3277e1608..241a8799f 100644 --- a/passes/cmds/logger.cc +++ b/passes/cmds/logger.cc @@ -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"); }