Fix the comment
Change-Id: Ic8126cf92d12851cccaa3e2e781f075c9f6c283a
diff --git a/linker/linker.cpp b/linker/linker.cpp
index 80ff583..3e59218 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -3082,7 +3082,7 @@
return false;
}
// Make segments writable to allow text relocations to work properly. We will later call
- // phdr_table_protect_segments() after all of them are applied and all constructors are run.
+ // phdr_table_protect_segments() after all of them are applied.
DL_WARN("%s has text relocations. This is wasting memory and prevents "
"security hardening. Please fix.", get_realpath());
if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) {