[lib/LTO] Fix a typo. NFC.

llvm-svn: 281517
This commit is contained in:
Davide Italiano 2016-09-14 18:48:43 +00:00
parent aed7b8ae86
commit 63e8f444c7
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ Error lto::thinBackend(Config &Conf, unsigned Task, AddOutputFn AddOutput,
auto ModuleLoader = [&](StringRef Identifier) {
assert(Mod.getContext().isODRUniquingDebugTypes() &&
"ODR Type uniquing shoudl be enabled on the context");
"ODR Type uniquing should be enabled on the context");
return std::move(getLazyBitcodeModule(MemoryBuffer::getMemBuffer(
ModuleMap[Identifier], false),
Mod.getContext(),