Skip to content

Commit 350395d

Browse files
author
Wolfgang Pieb
committed
[x86] Fix trivial typo in emmintrin.h
1 parent 8d67b9e commit 350395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Headers/emmintrin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4025,7 +4025,7 @@ _mm_storeu_si128(__m128i_u *__p, __m128i __b)
40254025
///
40264026
/// \param __p
40274027
/// A pointer to a 64-bit memory location. The address of the memory
4028-
/// location does not have to be algned.
4028+
/// location does not have to be aligned.
40294029
/// \param __b
40304030
/// A 128-bit integer vector containing the value to be stored.
40314031
static __inline__ void __DEFAULT_FN_ATTRS

0 commit comments

Comments
 (0)