aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-01-29 16:35:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-01-29 16:35:03 +0000
commitd334575b7690fe3ed2850838af961fa706434ca8 (patch)
treee52ae1935c9c891666a85486d2536eb9ea57a71b /bfd/elflink.c
parent8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2 (diff)
downloadfsf-binutils-gdb-d334575b7690fe3ed2850838af961fa706434ca8.zip
fsf-binutils-gdb-d334575b7690fe3ed2850838af961fa706434ca8.tar.gz
fsf-binutils-gdb-d334575b7690fe3ed2850838af961fa706434ca8.tar.bz2
2009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
Mark Shinwell <shinwell@codesourcery.com> Catherine Moore <clm@codesourcery.com> * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r--bfd/elflink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c
index badbe9e..927f1c4 100644
--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -1262,7 +1262,7 @@ _bfd_elf_merge_symbol (bfd *abfd,
if (olddef && newdyn)
oldweak = FALSE;
- /* Allow changes between different types of funciton symbol. */
+ /* Allow changes between different types of function symbol. */
if (newfunc && oldfunc)
*type_change_ok = TRUE;