aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-stgo32.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/coff-stgo32.c')
-rw-r--r--bfd/coff-stgo32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c
index e438feb..defa488 100644
--- a/bfd/coff-stgo32.c
+++ b/bfd/coff-stgo32.c
@@ -318,13 +318,13 @@ create_go32_stub (bfd *abfd)
goto stub_end;
}
/* Compute the size of the stub (it is every thing up
- to the beginning of the coff image). */
+ to the beginning of the coff image). */
coff_start = (long) _H (2) * 512L;
if (_H (1))
coff_start += (long) _H (1) - 512L;
/* Currently there is only a fixed stub size of 2048 bytes
- supported. */
+ supported. */
if (coff_start != 2048)
{
close (f);