From c1ca8065b57a4e45ac460bbe56eae2e033c9fecf Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Mon, 8 Jan 2018 23:18:16 +0000 Subject: [PATCH] [ELF] Small grammar fix. NFC The whole consists of the parts, not the other way around. llvm-svn: 322042 --- lld/ELF/SymbolTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/SymbolTable.cpp b/lld/ELF/SymbolTable.cpp index 9a530596cb02..19ff7df570a8 100644 --- a/lld/ELF/SymbolTable.cpp +++ b/lld/ELF/SymbolTable.cpp @@ -117,7 +117,7 @@ template void SymbolTable::addFile(InputFile *File) { // not in native object file format but in the LLVM bitcode format. // This function compiles bitcode files into a few big native files // using LLVM functions and replaces bitcode symbols with the results. -// Because all bitcode files that consist of a program are passed +// Because all bitcode files that the program consists of are passed // to the compiler at once, it can do whole-program optimization. template void SymbolTable::addCombinedLTOObject() { if (BitcodeFiles.empty())