Fix a typo in a comment Frits van Bommel spotted.

llvm-svn: 116614
This commit is contained in:
Dan Gohman 2010-10-15 20:24:10 +00:00
parent 2e29eb5a4b
commit 4a3b1b3ef4
1 changed files with 1 additions and 1 deletions

View 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: