Fix typo in a comment, no code change.

This commit is contained in:
mbalmer 2009-12-23 09:22:16 +00:00
parent c84c875a15
commit 43a53fa2dc
1 changed files with 1 additions and 1 deletions

View File

@ -2118,7 +2118,7 @@ elf_m68k_copy_indirect_symbol (struct bfd_link_info *info,
if (ind->got_entry_key != 0)
{
BFD_ASSERT (dir->got_entry_key == 0);
/* Assert that GOTs aren't partioned yet. */
/* Assert that GOTs aren't partitioned yet. */
BFD_ASSERT (ind->glist == NULL);
dir->got_entry_key = ind->got_entry_key;