Skip to content

Commit ce2e778

Browse files
committed
Typo
1 parent 1ee3f31 commit ce2e778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ convertScalarType(const spirv::TargetEnv &targetEnv,
292292
}
293293

294294
/// Converts a sub-byte integer `type` to i32 regardless of target environment.
295-
/// Returns a nullptr for unsupported integer types, including sup-byte types.
295+
/// Returns a nullptr for unsupported integer types, including non sub-byte
296+
/// types.
296297
///
297298
/// Note that we don't recognize sub-byte types in `spirv::ScalarType` and use
298299
/// the above given that these sub-byte types are not supported at all in

0 commit comments

Comments
 (0)