Skip to content

Commit 4bf2f8c

Browse files
mtrofinmarbre
andauthored
EMitC->EmitC
Co-authored-by: Marius Brehler <[email protected]>
1 parent 0364077 commit 4bf2f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/ConvertToEmitC/ConvertToEmitCPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ConvertToEmitCPassInterface {
4444
/// This method returns whether the initialization process failed.
4545
virtual LogicalResult initialize() = 0;
4646

47-
/// Transform `op` to the EMitC dialect with the conversions available in the
47+
/// Transform `op` to the EmitC dialect with the conversions available in the
4848
/// pass. The analysis manager can be used to query analyzes like
4949
/// `DataLayoutAnalysis` to further configure the conversion process. This
5050
/// method is invoked by `ConvertToEmitC::runOnOperation`. This method returns

0 commit comments

Comments
 (0)