summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-01-05 02:21:57 +0000
committeremaste <emaste@FreeBSD.org>2016-01-05 02:21:57 +0000
commit292ed261b64ce6b4a4c24063a188e442c1fa56d7 (patch)
treec26c2eadfbd760c915c605ddc9ced7ac34b8ef77 /libexec/rtld-elf
parent5f81d0ce4c8cfb790e494bd31f162eacc0cd6400 (diff)
downloadFreeBSD-src-292ed261b64ce6b4a4c24063a188e442c1fa56d7.zip
FreeBSD-src-292ed261b64ce6b4a4c24063a188e442c1fa56d7.tar.gz
rtld: wrap a comment to 80 columns
Diffstat (limited to 'libexec/rtld-elf')
-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 53d2bdc..9895944 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 "
OpenPOWER on IntegriCloud