[lld] r319394 - Fix typo.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 17:04:26 PST 2017


Author: ruiu
Date: Wed Nov 29 17:04:26 2017
New Revision: 319394

URL: http://llvm.org/viewvc/llvm-project?rev=319394&view=rev
Log:
Fix typo.

Modified:
    lld/trunk/ELF/Writer.cpp

Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=319394&r1=319393&r2=319394&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Wed Nov 29 17:04:26 2017
@@ -1756,7 +1756,7 @@ template <class ELFT> void Writer<ELFT>:
 //
 // 1. the '-e' entry command-line option;
 // 2. the ENTRY(symbol) command in a linker control script;
-// 3. the value of the symbol start, if present;
+// 3. the value of the symbol _start, if present;
 // 4. the number represented by the entry symbol, if it is a number;
 // 5. the address of the first byte of the .text section, if present;
 // 6. the address 0.




More information about the llvm-commits mailing list