From 7e039937b84ef8bc86da1dcd91c1a074f05a05bc Mon Sep 17 00:00:00 2001 From: Dmitriy Ivanov Date: Thu, 1 Oct 2015 14:02:19 -0700 Subject: [PATCH] Fix the comment Change-Id: Ic8126cf92d12851cccaa3e2e781f075c9f6c283a --- linker/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker/linker.cpp b/linker/linker.cpp index 80ff5831f..3e59218b8 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -3082,7 +3082,7 @@ bool soinfo::link_image(const soinfo_list_t& global_group, const soinfo_list_t& 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) { -- 2.11.0