[cfe-commits] r116614 - /cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp

Dan Gohman gohman at apple.com
Fri Oct 15 13:24:10 PDT 2010


Author: djg
Date: Fri Oct 15 15:24:10 2010
New Revision: 116614

URL: http://llvm.org/viewvc/llvm-project?rev=116614&view=rev
Log:
Fix a typo in a comment Frits van Bommel spotted.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp?rev=116614&r1=116613&r2=116614&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp Fri Oct 15 15:24:10 2010
@@ -56,7 +56,7 @@
     // 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:





More information about the cfe-commits mailing list