Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2007-03-07 13:18:56 +0300
committerAlan Modra <modra@gmail.com>2007-03-07 13:18:56 +0300
commit2a2128cad1279480508abfb895a24ba8c76550d3 (patch)
treed74ee5dc7774bdbf479e2182100f75209e8522fd /include/elf/common.h
parent97e7286372ff8c8673ad2fdd0330122e38a6aaf8 (diff)
* common.h (ELF_ST_VISIBILITY): Comment typo fix.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index f83699874..ab7f35af7 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -1,6 +1,6 @@
/* ELF support for BFD.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2004, 2005, 2006
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, from information published
@@ -450,7 +450,7 @@
#define ELF64_ST_INFO ELF_ST_INFO
/* This macro disassembles and assembles a symbol's visibility into
- the st_other field. The STV_ defines specificy the actual visibility. */
+ the st_other field. The STV_ defines specify the actual visibility. */
#define ELF_ST_VISIBILITY(v) ((v) & 0x3)
/* The remaining bits in the st_other field are not currently used.