Skip to content

Commit 2ab5c86

Browse files
alignment
1 parent 99a9566 commit 2ab5c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8048,7 +8048,7 @@ def err_hlsl_linalg_mul_muladd_isUnsigned_for_packed_input_must_be_true : Error<
80488048
"IsInputUnsigned must be true for packed input interpretations in linalg mul/muladd operations">;
80498049
def err_hlsl_linalg_mul_muladd_packed_input_vector_must_be_uint : Error<
80508050
"packed input vector type must be a 32-bit unsigned int in linalg mul/muladd operations, "
8051-
"packed formats uint8_t4_packed and sint8_t4_packed are not supported currently">;
8051+
"packed formats uint8_t4_packed and sint8_t4_packed are not supported currently">;
80528052

80538053
def err_hlsl_linalg_outer_prod_acc_vector_type_mismatch : Error<
80548054
"input vectors of outerproductaccumulate must have the same element type">;

0 commit comments

Comments
 (0)