Fix a typo spotted by Matt.

llvm-svn: 155427
This commit is contained in:
Chandler Carruth 2012-04-24 05:59:48 +00:00
parent 2cc2b46683
commit ff90611253
1 changed files with 1 additions and 1 deletions

View 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.