From 689d9c8c25f490d8375436dd3eb61023d3f144d3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 7 Mar 2007 10:18:56 +0000 Subject: [PATCH] * common.h (ELF_ST_VISIBILITY): Comment typo fix. --- include/elf/ChangeLog | 4 ++++ include/elf/common.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index a62aeaa..87df15a 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2007-03-07 Alan Modra + + * common.h (ELF_ST_VISIBILITY): Comment typo fix. + 2007-02-05 Dave Brolley Richard Sandiford Richard Henderson diff --git a/include/elf/common.h b/include/elf/common.h index f836998..ab7f35a 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. -- 2.7.4