aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-04-24 05:59:48 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-04-24 05:59:48 +0000
commit8ac95f19e6b8efc453de972dfb22ca56d54c627e (patch)
tree0e6fbe5b6488cbf30586b5f3ddf636b5db6d8c99
parent2b2a0876c9d3a92c5216a578373817974fe159a0 (diff)
Fix a typo spotted by Matt.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155427 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Headers/intrin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/intrin.h b/lib/Headers/intrin.h
index b4a9aa6367..4cebf0c246 100644
--- a/lib/Headers/intrin.h
+++ b/lib/Headers/intrin.h
@@ -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.