Commentary: spelling

This commit is contained in:
Wilson Snyder
2025-08-25 18:47:08 -04:00
parent 3d76bb9944
commit 703f0d8c5d
21 changed files with 41 additions and 34 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ class FuncOptVisitor final : public VNVisitor {
// VISIT
void visit(AstNodeAssign* nodep) override {
// TODO: Only thing remaining inside functions should be AstAssign (that is, an actual
// assignment statemant), but we stil use AstAssignW, AstAssignDly, and all, fix.
// assignment statement), but we stil use AstAssignW, AstAssignDly, and all, fix.
iterateChildren(nodep);
if (v3Global.opt.fFuncSplitCat()) {