diff --git a/lib/Bytecode/Reader/ReaderWrappers.cpp b/lib/Bytecode/Reader/ReaderWrappers.cpp index c8958ad19c3..b8c8b4adb7e 100644 --- a/lib/Bytecode/Reader/ReaderWrappers.cpp +++ b/lib/Bytecode/Reader/ReaderWrappers.cpp @@ -412,7 +412,7 @@ llvm::GetBytecodeSymbols(const unsigned char*Buffer, unsigned Length, return MP; } catch (...) { - // We only delete the ModuleProvider here because its destructor will + // We delete only the ModuleProvider here because its destructor will // also delete the Module (we used materializeModule not releaseModule). delete MP; }