diff --git a/src/V3FuncOpt.cpp b/src/V3FuncOpt.cpp index d734d978a6..5cfea84bdf 100644 --- a/src/V3FuncOpt.cpp +++ b/src/V3FuncOpt.cpp @@ -66,7 +66,7 @@ class BalanceConcatTree final { terms.emplace_back(exprp); } - // Gather terms in the tree of given type, rooted at the given vertex. + // Gather terms in the tree rooted at the given node. // Results are right to left, that is, index 0 in the returned vector // is the rightmost term, index size()-1 is the leftmost term. static std::vector gatherTerms(AstConcat* rootp) {