summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index 90902375ff3..207eab52856 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -1756,7 +1756,7 @@ template <class ELFT> void Writer<ELFT>::setPhdrs() {
//
// 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.
OpenPOWER on IntegriCloud