Skip to content

Commit a7a92de

Browse files
committed
[MLIR][mlir-link] Fix typo
1 parent d0b0e12 commit a7a92de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Linker/Linker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Linker {
9090
/// The options controlling the linker behavior
9191
LinkerOptions options;
9292

93-
/// The composti module that will contain the linked result
93+
/// The composite module that will contain the linked result
9494
OwningOpRef<ModuleOp> composite;
9595

9696
/// Modules registry used if `keepModulesAlive` is true

0 commit comments

Comments
 (0)