* elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo.

This commit is contained in:
Maciej W. Rozycki 2010-10-29 21:28:31 +00:00
parent d06fb4d1df
commit e77760d2a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-29 Maciej W. Rozycki <macro@codesourcery.com>
* elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo.
2010-10-29 Pawel Sikora <pluto@pld-linux.org>
PR binutils/12075

View File

@ -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)
{