aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-01-05 14:21:02 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-01-05 14:21:02 +0000
commit582727cc63d3296d7cca69d05c3ac5b5578638cf (patch)
tree22b856625336f5381ae6eeee4d4b3881c188da61 /libexec
parent241984530f04a13d398c5aeb6d2eb65bb727fbca (diff)
parente10c4cc0a4182ed3e5f6a4a76fc72706fa459271 (diff)
downloadsrc-582727cc63d3296d7cca69d05c3ac5b5578638cf.tar.gz
src-582727cc63d3296d7cca69d05c3ac5b5578638cf.zip
MFH
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=293196
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/amd64/reloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/amd64/reloc.c b/libexec/rtld-elf/amd64/reloc.c
index 53d2bdc79a81..989594469b48 100644
--- a/libexec/rtld-elf/amd64/reloc.c
+++ b/libexec/rtld-elf/amd64/reloc.c
@@ -228,8 +228,8 @@ reloc_non_plt(Obj_Entry *obj, Obj_Entry *obj_rtld, int flags,
/*
* These are deferred until all other relocations have
* been done. All we do here is make sure that the COPY
- * relocation is not in a shared library. They are allowed
- * only in executable files.
+ * relocation is not in a shared library. They are
+ * allowed only in executable files.
*/
if (!obj->mainprog) {
_rtld_error("%s: Unexpected R_X86_64_COPY "