diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Headers/intrin.h | 2 |
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. |