* common.h (ELF_ST_VISIBILITY): Comment typo fix.
authorAlan Modra <amodra@gmail.com>
Wed, 7 Mar 2007 10:18:56 +0000 (10:18 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 7 Mar 2007 10:18:56 +0000 (10:18 +0000)
include/elf/ChangeLog
include/elf/common.h

index a62aeaa2067e04176e00840070bf897cff4c30e2..87df15aa0bf780e398426929fffb430c91d04037 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * common.h (ELF_ST_VISIBILITY): Comment typo fix.
+
 2007-02-05  Dave Brolley  <brolley@redhat.com>
            Richard Sandiford  <rsandifo@redhat.com>
            Richard Henderson  <rth@redhat.com>
index f83699874ffffa2ac86c445bc85bb7408f456074..ab7f35af7438e8dc06f0d254fbf132b9081f59e0 100644 (file)
@@ -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
 #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.
This page took 0.031729 seconds and 4 git commands to generate.