From d41f2270357a9a75a88dca34d4553188411ce370 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Wed, 14 Sep 2016 18:48:43 +0000 Subject: [PATCH] [lib/LTO] Fix a typo. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281517 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/LTO/LTOBackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LTO/LTOBackend.cpp b/lib/LTO/LTOBackend.cpp index 75f3182ee1d..28b55a000af 100644 --- a/lib/LTO/LTOBackend.cpp +++ b/lib/LTO/LTOBackend.cpp @@ -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(), -- 2.50.1