Skip to content

Commit d4758d4

Browse files
committed
Fix a spelling mistake in a couple of intrinsic description comments. NFC
1 parent f7c3c64 commit d4758d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Headers/emmintrin.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ _mm_adds_epu16(__m128i __a, __m128i __b)
22882288
return (__m128i)__builtin_ia32_paddusw128((__v8hi)__a, (__v8hi)__b);
22892289
}
22902290

2291-
/// Computes the rounded avarages of corresponding elements of two
2291+
/// Computes the rounded averages of corresponding elements of two
22922292
/// 128-bit unsigned [16 x i8] vectors, saving each result in the
22932293
/// corresponding element of a 128-bit result vector of [16 x i8].
22942294
///
@@ -2308,7 +2308,7 @@ _mm_avg_epu8(__m128i __a, __m128i __b)
23082308
return (__m128i)__builtin_ia32_pavgb128((__v16qi)__a, (__v16qi)__b);
23092309
}
23102310

2311-
/// Computes the rounded avarages of corresponding elements of two
2311+
/// Computes the rounded averages of corresponding elements of two
23122312
/// 128-bit unsigned [8 x i16] vectors, saving each result in the
23132313
/// corresponding element of a 128-bit result vector of [8 x i16].
23142314
///

0 commit comments

Comments
 (0)