diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-04-24 05:59:48 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-04-24 05:59:48 +0000 |
| commit | ff90611253bec1669a882a630fdef5da32e9f63f (patch) | |
| tree | d9a003d389f6a545669eeb0cf96d9b5651ae8f74 /clang | |
| parent | 2cc2b46683b81f624064cc1d428f6cc4325d092e (diff) | |
| download | bcm5719-llvm-ff90611253bec1669a882a630fdef5da32e9f63f.tar.gz bcm5719-llvm-ff90611253bec1669a882a630fdef5da32e9f63f.zip | |
Fix a typo spotted by Matt.
llvm-svn: 155427
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/Headers/intrin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/intrin.h b/clang/lib/Headers/intrin.h index b4a9aa63675..4cebf0c2460 100644 --- a/clang/lib/Headers/intrin.h +++ b/clang/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. |

