commit | ebe5af75365e7531e3bf083eaacba9361cccc963 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu Jul 14 11:15:44 2016 -0700 |
committer | Dimitry Ivanov <dimitry@google.com> | Thu Jul 14 11:15:44 2016 -0700 |
tree | c25ad704386e1daa9397aef26000cc49bf7bbe33 | |
parent | 0c9d30f3c83bb451412ad5fdda73529d661cb0fc [diff] [blame] |
Fix typo in the comment Addressing review comment from change I11bc2567b0cff89f48699ec74015991fee5b137b Change-Id: I5d479ef61421c86fae06167815aa0a2681d9142d
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) &&