[llvm] Fix comment typos (NFC)

This commit is contained in:
Kazu Hirata
2022-08-07 00:16:14 -07:00
parent af2d2d7759
commit a2d4501718
39 changed files with 46 additions and 46 deletions

View File

@@ -2780,7 +2780,7 @@ Error BitcodeReader::resolveGlobalAndIndirectSymbolInits() {
} else if (auto *GI = dyn_cast<GlobalIFunc>(GV)) {
Type *ResolverFTy =
GlobalIFunc::getResolverFunctionType(GI->getValueType());
// Transparently fix up the type for compatiblity with older bitcode
// Transparently fix up the type for compatibility with older bitcode
GI->setResolver(
ConstantExpr::getBitCast(C, ResolverFTy->getPointerTo()));
} else {