Skip to content

Commit 8b2bbd9

Browse files
committed
[mlir][docs] Fix typo: 'DDR' → 'DRR' in Creating a Dialect tutorial
1 parent 487527e commit 8b2bbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/CreatingADialect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typically defined in FooDialect.cpp, which includes FooOps.cpp.inc and
2222
FooOpsInterfaces.h.inc.
2323

2424
The 'Transforms' directory contains rewrite rules for the dialect,
25-
typically described in TableGen file using the [DDR
25+
typically described in TableGen file using the [DRR
2626
format](../DeclarativeRewrites.md).
2727

2828
Note that dialect names should not generally be suffixed with “Ops”,

0 commit comments

Comments
 (0)