Fix the comment

Change-Id: Ic8126cf92d12851cccaa3e2e781f075c9f6c283a
This commit is contained in:
Dmitriy Ivanov 2015-10-01 14:02:19 -07:00
parent 4a65557d0e
commit 7e039937b8

View File

@ -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) {