Commentary: Fix non-grammar

This commit is contained in:
Wilson Snyder
2026-03-11 19:53:23 -04:00
parent be429ce956
commit d87035d187
30 changed files with 69 additions and 69 deletions
+1 -1
View File
@@ -2255,7 +2255,7 @@ class Partitioner final {
for (V3GraphEdge& tEdge : top->outEdges()) {
LogicMTask* const transp = static_cast<LogicMTask*>(tEdge.top()->userp());
// The Move graph is bipartite (logic <-> var), and logic is never
// bypassed, hence 'transp' must be non nullptr.
// bypassed, hence 'transp' must be non-nullptr.
UASSERT_OBJ(transp, mVtxp, "This cannot be a bypassed vertex");
addEdge(transp);
}