1
0
mirror of synced 2026-05-03 06:40:15 +00:00

Merge pull request #4285 from YosysHQ/typo_fixup

Typo fixing
This commit is contained in:
KrystalDelusion
2024-04-25 09:54:48 +12:00
committed by GitHub
11 changed files with 48 additions and 32 deletions

View File

@@ -2224,7 +2224,7 @@ RTLIL::SigSpec AstNode::genRTLIL(int width_hint, bool sign_hint)
else
input_error("FATAL.\n");
} else {
input_error("Unknown elabortoon system task '%s'.\n", str.c_str());
input_error("Unknown elaboration system task '%s'.\n", str.c_str());
}
} break;