From e77760d2a8e54a23495587263316663ad713706a Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 29 Oct 2010 21:28:31 +0000 Subject: [PATCH] * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo. --- bfd/ChangeLog | 4 ++++ bfd/elfxx-mips.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14f224d9a2f..60c3b18e9e1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Maciej W. Rozycki + + * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo. + 2010-10-29 Pawel Sikora PR binutils/12075 diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 416890010a4..bed8ed1ff08 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -5152,7 +5152,7 @@ mips_elf_calculate_relocation (bfd *abfd, bfd *input_bfd, addend = 0; } - /* If we haven't already determined the GOT offset, oand we're going + /* If we haven't already determined the GOT offset, and we're going to need it, get it now. */ switch (r_type) { -- 2.30.2