]> granicus.if.org Git - clang/commitdiff
Typo.
authorEric Christopher <echristo@gmail.com>
Sat, 31 Aug 2013 00:27:38 +0000 (00:27 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 31 Aug 2013 00:27:38 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189710 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/Intrin.h

index 640ff8af4d962f7a93cf0ac00fc8aedb7ea8f339..8c976fbc13dadb453613b5440b92092ab73e11f7 100644 (file)
@@ -211,7 +211,7 @@ void *_ReturnAddress(void);
 unsigned int _rorx_u32(unsigned int, const unsigned int);
 int __cdecl _rdrand16_step(unsigned short *);
 int __cdecl _rdrand32_step(unsigned int *);
-unsigned int __cdecl _rotl(unsigned int _Value, int_Shift);
+unsigned int __cdecl _rotl(unsigned int _Value, int _Shift);
 unsigned short _rotl16(unsigned short _Value, unsigned char _Shift);
 unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
 unsigned char _rotl8(unsigned char _Value, unsigned char _Shift);