]> granicus.if.org Git - clang/commitdiff
[DOXYGEN] Corrected typos and incorrect parameters description.
authorEkaterina Romanova <katya_romanova@playstation.sony.com>
Wed, 12 Jul 2017 20:18:55 +0000 (20:18 +0000)
committerEkaterina Romanova <katya_romanova@playstation.sony.com>
Wed, 12 Jul 2017 20:18:55 +0000 (20:18 +0000)
Corrected several typos and incorrect parameters description that Sony
's techinical writer found during review.

I got an OK from Eric Christopher to commit doxygen comments without prior code
review upstream.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307838 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/bmiintrin.h
lib/Headers/mmintrin.h

index 361e5f720ea160a725b41a4ab25faab306981b2b..e812a1632b919b31c33c42170122b49ef3d06be5 100644 (file)
@@ -318,7 +318,7 @@ __blsi_u64(unsigned long long __X)
 ///
 /// \param __X
 ///    An unsigned 64-bit integer used to create the mask.
-/// \returns A unsigned 64-bit integer containing the newly created mask.
+/// \returns An unsigned 64-bit integer containing the newly created mask.
 static __inline__ unsigned long long __DEFAULT_FN_ATTRS
 __blsmsk_u64(unsigned long long __X)
 {
index 5a7968bec84272b0bb93bc5ff05c15a8a75806c2..4b38d51713d868dcf691012653473a830a2b0561 100644 (file)
@@ -1289,7 +1289,7 @@ _mm_cmpgt_pi32(__m64 __m1, __m64 __m2)
 ///
 /// \headerfile <x86intrin.h>
 ///
-/// This intrinsic corresponds to the the <c> VXORPS / XORPS </c> instruction.
+/// This intrinsic corresponds to the <c> VXORPS / XORPS </c> instruction.
 ///
 /// \returns An initialized 64-bit integer vector with all elements set to zero.
 static __inline__ __m64 __DEFAULT_FN_ATTRS