OSDN Git Service

[lib/LTO] Fix a typo. NFC.
authorDavide Italiano <davide@freebsd.org>
Wed, 14 Sep 2016 18:48:43 +0000 (18:48 +0000)
committerDavide Italiano <davide@freebsd.org>
Wed, 14 Sep 2016 18:48:43 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281517 91177308-0d34-0410-b5e6-96231b3b80d8

lib/LTO/LTOBackend.cpp

index 75f3182..28b55a0 100644 (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(),