commit | d0e764f91ebe90dc4ba69742100659d24e803741 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jul 14 20:11:20 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 14 20:11:21 2016 +0000 |
tree | 1834ad48b852fcd8807174ce2abd486736a4d03e | |
parent | 0393437b53c5426a03a3b5cb8f21523362890a1d [diff] | |
parent | ebe5af75365e7531e3bf083eaacba9361cccc963 [diff] |
Merge "Fix typo in the comment"
diff --git a/linker/linker_phdr.cpp b/linker/linker_phdr.cpp index 4eff46d..a2ae2a2 100644 --- a/linker/linker_phdr.cpp +++ b/linker/linker_phdr.cpp
@@ -254,7 +254,7 @@ // Only header can be located at the 0 offset... This function called to // check DYNSYM and DYNAMIC sections and phdr/shdr - none of them can be - // and 0 offset. + // at offset 0. return offset > 0 && safe_add(&range_start, file_offset_, offset) &&