]> granicus.if.org Git - clang/commitdiff
Fix a typo spotted by Matt.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 24 Apr 2012 05:59:48 +0000 (05:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 24 Apr 2012 05:59:48 +0000 (05:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155427 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/intrin.h

index b4a9aa63675757d85f33d1b5353f588bc4daf567..4cebf0c2460a221e100ae967e32de1cb2f9f52e8 100644 (file)
@@ -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.