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