[cfe-commits] r155427 - /cfe/trunk/lib/Headers/intrin.h
Chandler Carruth
chandlerc at gmail.com
Mon Apr 23 22:59:48 PDT 2012
Author: chandlerc
Date: Tue Apr 24 00:59:48 2012
New Revision: 155427
URL: http://llvm.org/viewvc/llvm-project?rev=155427&view=rev
Log:
Fix a typo spotted by Matt.
Modified:
cfe/trunk/lib/Headers/intrin.h
Modified: cfe/trunk/lib/Headers/intrin.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/intrin.h?rev=155427&r1=155426&r2=155427&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/intrin.h (original)
+++ cfe/trunk/lib/Headers/intrin.h Tue Apr 24 00:59:48 2012
@@ -50,7 +50,7 @@
#include <stddef.h>
/* Microsoft includes all of the intrinsics, and then restricts their
- * availability based on the particular target CPU; with Clang te rely on the
+ * availability based on the particular target CPU; with Clang we rely on the
* guarded includes used in our generic x86intrin header to pull in the
* intrinsic declarations / definitions which should be available for the
* target CPU variant.
More information about the cfe-commits
mailing list