summaryrefslogtreecommitdiff
path: root/elfutils/src/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/src/ld.h')
-rw-r--r--elfutils/src/ld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/src/ld.h b/elfutils/src/ld.h
index 535f7cd2..72d5b27b 100644
--- a/elfutils/src/ld.h
+++ b/elfutils/src/ld.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003, 2005, 2006, 2008 Red Hat, Inc.
+/* Copyright (C) 2001, 2002, 2003, 2005, 2006, 2008, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2001.
@@ -146,7 +146,7 @@ struct usedfiles
separate field and not the e_shstrndx field in the ELF header
since in case of a file with more than 64000 sections the index
might be stored in the section header of section zero. The
- elf_getshstrndx() function can find the value but it is too
+ elf_getshdrstrndx() function can find the value but it is too
costly to repeat this call over and over. */
size_t shstrndx;