Skip to content

Commit 3e2caec

Browse files
author
Luc Forget
committed
[MLIR][WASM] NFC: fix typo
1 parent bff79f3 commit 3e2caec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Target/Wasm/WasmImporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
namespace mlir::wasm {
2323

2424
/// If `source` contains a valid Wasm binary file, this function returns a
25-
/// a ModuleOp containing the representation of trhe Wasm module encoded in
25+
/// a ModuleOp containing the representation of the Wasm module encoded in
2626
/// the source file in the `wasmssa` dialect.
2727
OwningOpRef<ModuleOp> importWebAssemblyToModule(llvm::SourceMgr &source,
2828
MLIRContext *context);

0 commit comments

Comments
 (0)