Skip to content

Commit 30d95a7

Browse files
committed
Fix typo
1 parent 8cf021e commit 30d95a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir-c/BuiltinTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ MLIR_CAPI_EXPORTED int64_t mlirShapedTypeGetRank(MlirType type);
289289
/// Checks whether the given shaped type has a static shape.
290290
MLIR_CAPI_EXPORTED bool mlirShapedTypeHasStaticShape(MlirType type);
291291

292-
/// Checks wither the dim-th dimension of the given shaped type is dynamic.
292+
/// Checks whether the dim-th dimension of the given shaped type is dynamic.
293293
MLIR_CAPI_EXPORTED bool mlirShapedTypeIsDynamicDim(MlirType type, intptr_t dim);
294294

295-
/// Checks wither the dim-th dimension of the given shaped type is static.
295+
/// Checks whether the dim-th dimension of the given shaped type is static.
296296
MLIR_CAPI_EXPORTED bool mlirShapedTypeIsStaticDim(MlirType type, intptr_t dim);
297297

298298
/// Returns the dim-th dimension of the given ranked shaped type.

0 commit comments

Comments
 (0)