Skip to content

Commit e4770ca

Browse files
committed
Typo
Signed-off-by: Anton Korobeynikov <anton@korobeynikov.info>
1 parent 853fb3b commit e4770ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/p4mlir/Dialect/P4HIR/P4HIR_ParserOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def ParserOp : P4HIR_Op<"parser",
4141

4242
/// IR-related methods
4343

44-
/// Returns the range over all states defined in the parswr
44+
/// Returns the range over all states defined in the parser
4545
auto state_begin() { return getBody().back().op_begin<P4HIR::ParserStateOp>(); }
4646
auto state_end() { return getBody().back().op_end<P4HIR::ParserStateOp>(); }
4747
auto states() { return getBody().back().getOps<P4HIR::ParserStateOp>(); }

0 commit comments

Comments
 (0)