Re: [PATCH] Fixed -fvisbility=hidden typo in a comment

"Gary V. Vaughan" <[email protected]>
Newsgroups gmane.comp.gnu.libtool.patches
Message-ID <[email protected]>
Hi Vincent,

> On Nov 15, 2014, at 1:44 PM, Vincent Lefevre <[email protected]> wrote:
> 
> Fixed -fvisbility=hidden typo in a comment.
> 
> Signed-off-by: Vincent Lefevre <[email protected]>
> ---
> m4/libtool.m4 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/m4/libtool.m4 b/m4/libtool.m4
> index 281e70f..6143541 100644
> --- a/m4/libtool.m4
> +++ b/m4/libtool.m4
> @@ -1840,7 +1840,7 @@ else
> #  endif
> #endif
> 
> -/* When -fvisbility=hidden is used, assume the code has been annotated
> +/* When -fvisibility=hidden is used, assume the code has been annotated
>    correspondingly for the symbols needed.  */
> #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
> int fnord () __attribute__((visibility("default")));
> -- 
> 2.1.3

Nice catch! I had no idea people scrutinized the comments so carefully :-)

Applied and pushed.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.