Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinriviere committed Sep 14, 2023
1 parent 6e6994f commit 47b6a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfd/elf32-atariprg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ bfd_elf32_atariprg_init (void)
{
TRACE0 ("bfd_elf32_atariprg_init\n");

/* Out target is basically the same as elf32-m68k... */
/* Our target is basically the same as elf32-m68k... */
m68k_elf32_atariprg_vec = m68k_elf32_vec;
m68k_elf32_atariprg_vec.name = "elf32-atariprg";

Expand Down

0 comments on commit 47b6a8d

Please sign in to comment.