We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853fb3b commit e4770caCopy full SHA for e4770ca
include/p4mlir/Dialect/P4HIR/P4HIR_ParserOps.td
@@ -41,7 +41,7 @@ def ParserOp : P4HIR_Op<"parser",
41
42
/// IR-related methods
43
44
- /// Returns the range over all states defined in the parswr
+ /// Returns the range over all states defined in the parser
45
auto state_begin() { return getBody().back().op_begin<P4HIR::ParserStateOp>(); }
46
auto state_end() { return getBody().back().op_end<P4HIR::ParserStateOp>(); }
47
auto states() { return getBody().back().getOps<P4HIR::ParserStateOp>(); }
0 commit comments