summaryrefslogtreecommitdiff
path: root/bfd/section.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/section.c b/bfd/section.c
index a59bc71c94..b58cdfa630 100644
--- a/bfd/section.c
+++ b/bfd/section.c
@@ -532,12 +532,12 @@ CODE_FRAGMENT
.} asection;
.
.{* Relax table contains information about instructions which can
-. be removed by relaxation -- replacing a long address with a
+. be removed by relaxation -- replacing a long address with a
. short address. *}
.struct relax_table {
. {* Address where bytes may be deleted. *}
. bfd_vma addr;
-.
+.
. {* Number of bytes to be deleted. *}
. int size;
.};
@@ -1545,7 +1545,7 @@ bfd_get_section_contents (bfd *abfd,
bfd_set_error (bfd_error_invalid_operation);
return FALSE;
}
-
+
memmove (location, section->contents + offset, (size_t) count);
return TRUE;
}