From ff90611253bec1669a882a630fdef5da32e9f63f Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 24 Apr 2012 05:59:48 +0000 Subject: [PATCH] Fix a typo spotted by Matt. llvm-svn: 155427 --- clang/lib/Headers/intrin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Headers/intrin.h b/clang/lib/Headers/intrin.h index b4a9aa636757..4cebf0c2460a 100644 --- a/clang/lib/Headers/intrin.h +++ b/clang/lib/Headers/intrin.h @@ -50,7 +50,7 @@ #include /* 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.