]> granicus.if.org Git - clang/commitdiff
Fix a typo in a comment Frits van Bommel spotted.
authorDan Gohman <gohman@apple.com>
Fri, 15 Oct 2010 20:24:10 +0000 (20:24 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 15 Oct 2010 20:24:10 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116614 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenTBAA.cpp

index 99a58a74575bc2a9a5732e6e3b1e86f97ef79971..5aea0f21ae5d88529c622f6d44d858d6445491a0 100644 (file)
@@ -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: