Prechádzať zdrojové kódy

Fix a typo spotted by Matt.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155427 91177308-0d34-0410-b5e6-96231b3b80d8
Chandler Carruth 13 rokov pred
rodič
commit
8ac95f19e6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      lib/Headers/intrin.h

+ 1 - 1
lib/Headers/intrin.h

@@ -50,7 +50,7 @@
 #include <stddef.h>
 #include <stddef.h>
 
 
 /* Microsoft includes all of the intrinsics, and then restricts their
 /* 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
  * guarded includes used in our generic x86intrin header to pull in the
  * intrinsic declarations / definitions which should be available for the
  * intrinsic declarations / definitions which should be available for the
  * target CPU variant.
  * target CPU variant.