syntax err

This commit is contained in:
Stan Lee 2026-01-28 17:40:57 -08:00
parent dfef18010d
commit 04faedd131
1 changed files with 3 additions and 3 deletions

View File

@ -150,9 +150,9 @@ struct RegRenameInstance {
struct RegRenamePass : public Pass {
RegRenamePass()
: Pass("reg_rename", "renames register output wires to the correct
register name and creates new wires for multi-bit registers for
orrect VCD register annotations.")
: Pass("reg_rename", "renames register output wires to the correct "
"register name and creates new wires for multi-bit registers for "
"correct VCD register annotations.")
{
}
void help() override