summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-11-30 01:04:26 +0000
committerRui Ueyama <ruiu@google.com>2017-11-30 01:04:26 +0000
commit8ed548a481754d1e6f20dfaabbc8747f63496e22 (patch)
treebec254f11c6c781d78eb6ea1fd05242846901745
parentcaf0ed4d74e8a3f1b05ddec05dffee3b795a72a3 (diff)
downloadbcm5719-llvm-8ed548a481754d1e6f20dfaabbc8747f63496e22.tar.gz
bcm5719-llvm-8ed548a481754d1e6f20dfaabbc8747f63496e22.zip
Fix typo.
llvm-svn: 319394
-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