diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-22 19:59:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-22 19:59:40 +0000 |
commit | ebb5df1ee3917e5aa9f68ab57298a568af27d80d (patch) | |
tree | 9c83db9847158083ab0b5f1377f63ca6f5795574 | |
parent | 2c98de9ffa8f80f4965391018c2a908b8c48e911 (diff) | |
download | cygnal-ebb5df1ee3917e5aa9f68ab57298a568af27d80d.tar.gz cygnal-ebb5df1ee3917e5aa9f68ab57298a568af27d80d.tar.bz2 cygnal-ebb5df1ee3917e5aa9f68ab57298a568af27d80d.zip |
Updated comment.
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 0ff2d8d58..28804e037 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -313,7 +313,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define ELF64_ST_TYPE ELF_ST_TYPE #define ELF64_ST_INFO ELF_ST_INFO -/* These two macros disassemble and assemble a symbol's visibility into +/* This macro disassembles and assembles a symbol's visibility into the st_other field. The STV_ defines specificy the actual visibility. */ #define ELF_ST_VISIBILITY(v) ((v) & 0x3) |