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) &&