[lld] r322042 - [ELF] Small grammar fix. NFC
Shoaib Meenai via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 15:18:16 PST 2018
Author: smeenai
Date: Mon Jan 8 15:18:16 2018
New Revision: 322042
URL: http://llvm.org/viewvc/llvm-project?rev=322042&view=rev
Log:
[ELF] Small grammar fix. NFC
The whole consists of the parts, not the other way around.
Modified:
lld/trunk/ELF/SymbolTable.cpp
Modified: lld/trunk/ELF/SymbolTable.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SymbolTable.cpp?rev=322042&r1=322041&r2=322042&view=diff
==============================================================================
--- lld/trunk/ELF/SymbolTable.cpp (original)
+++ lld/trunk/ELF/SymbolTable.cpp Mon Jan 8 15:18:16 2018
@@ -117,7 +117,7 @@ template <class ELFT> void SymbolTable::
// 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 <class ELFT> void SymbolTable::addCombinedLTOObject() {
if (BitcodeFiles.empty())
More information about the llvm-commits
mailing list