Skip to content

Commit b43d680

Browse files
jorickertttjost
andauthored
Fix typo
Co-authored-by: Tiago Trevisan Jost <[email protected]>
1 parent 8d9f9d0 commit b43d680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/CompilerOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ static llvm::cl::opt<bool, true> useOnnxModelTypesOpt("useOnnxModelTypes",
394394
static llvm::cl::opt<bool, true> runOnnxShapeInferenceOpt(
395395
"runOnnxShapeInference",
396396
llvm::cl::desc("Run ONNX shape inference when importing a model. This is "
397-
"indepenendent of the shape inference in ONNX-MLIR"),
397+
"independent of the shape inference in ONNX-MLIR"),
398398
llvm::cl::location(runOnnxShapeInference), llvm::cl::init(true),
399399
llvm::cl::cat(OnnxMlirOptions));
400400

0 commit comments

Comments
 (0)