typo fix
Alan Modra
amodra@bigpond.net.au
Wed Mar 7 10:18:00 GMT 2007
More information about the Binutils mailing list
Wed Mar 7 10:18:00 GMT 2007
- Previous message (by thread): support '# line "file" flags' and '# 0 "" 2'
- Next message (by thread): typo fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* common.h (ELF_ST_VISIBILITY): Comment typo fix. Index: include/elf/common.h =================================================================== RCS file: /cvs/src/src/include/elf/common.h,v retrieving revision 1.81 diff -u -p -r1.81 common.h --- include/elf/common.h 5 Feb 2007 19:15:07 -0000 1.81 +++ include/elf/common.h 7 Mar 2007 09:54:55 -0000 @@ -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. -- Alan Modra IBM OzLabs - Linux Technology Centre
- Previous message (by thread): support '# line "file" flags' and '# 0 "" 2'
- Next message (by thread): typo fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list