Skip to content

Commit 28d752c

Browse files
committed
fix typo
1 parent d90bd29 commit 28d752c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/ExecutionEngine/ExecutionEngine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class ExecutionEngine {
233233
/// Initialize the ExecutionEngine. Global constructors specified by
234234
/// `llvm.mlir.global_ctors` will be run. One common scenario is that kernel
235235
/// binary compiled from `gpu.module` gets loaded during initialization. Make
236-
/// sure all symbols are solvable before initialization by calling
236+
/// sure all symbols are resolvable before initialization by calling
237237
/// `registerSymbols` or including shared libraries.
238238
void initialize();
239239

0 commit comments

Comments
 (0)