diff options
author | Dan Gohman <gohman@apple.com> | 2010-10-15 20:24:10 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-10-15 20:24:10 +0000 |
commit | 4a3b1b3ef4b86fddd362e8bbaf6ff8187ce69735 (patch) | |
tree | 38a9506baed097299a3ea9509f13bdf0035b4eb4 /clang/lib/CodeGen/CodeGenTBAA.cpp | |
parent | 2e29eb5a4ba8eebf1d7a45b522842ed56dd7a86f (diff) | |
download | bcm5719-llvm-4a3b1b3ef4b86fddd362e8bbaf6ff8187ce69735.tar.gz bcm5719-llvm-4a3b1b3ef4b86fddd362e8bbaf6ff8187ce69735.zip |
Fix a typo in a comment Frits van Bommel spotted.
llvm-svn: 116614
Diffstat (limited to 'clang/lib/CodeGen/CodeGenTBAA.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenTBAA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenTBAA.cpp b/clang/lib/CodeGen/CodeGenTBAA.cpp index 99a58a74575..5aea0f21ae5 100644 --- a/clang/lib/CodeGen/CodeGenTBAA.cpp +++ b/clang/lib/CodeGen/CodeGenTBAA.cpp @@ -56,7 +56,7 @@ CodeGenTBAA::getTBAAInfo(QualType QTy) { // Character types are special and can alias anything. // In C++, this technically only includes "char" and "unsigned char", // and not "signed char". In C, it includes all three. For now, - // the risk of exploting this detail in C++ seems likely to outweigh + // the risk of exploiting this detail in C++ seems likely to outweigh // the benefit. case BuiltinType::Char_U: case BuiltinType::Char_S: |