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

2014-11-17 Thread Gary V. Vaughan
Hi Vincent, > On Nov 15, 2014, at 1:44 PM, Vincent Lefevre wrote: > > Fixed -fvisbility=hidden typo in a comment. > > Signed-off-by: Vincent Lefevre > --- > m4/libtool.m4 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/m4/libtool.m4 b/m4/libtool.m4 > index 281e70f..614

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

2014-11-17 Thread Vincent Lefevre
On 2014-11-17 16:01:18 +, Gary V. Vaughan wrote: > Nice catch! I had no idea people scrutinized the comments so carefully :-) It was actually reported by Kiyoshi KANAZAWA in the GNU MPFR list: http://comments.gmane.org/gmane.comp.lib.mpfr.general/2246 BTW, some typos can be found by using

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

2014-11-17 Thread Gary V. Vaughan
Hi Vincent, > On 17 Nov 2014, at 17:29, Vincent Lefevre wrote: > >> On 2014-11-17 16:01:18 +, Gary V. Vaughan wrote: >> Nice catch! I had no idea people scrutinized the comments so carefully :-) > > It was actually reported by Kiyoshi KANAZAWA in the GNU MPFR list: > > http://comments.gma

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

2014-11-17 Thread Eric Blake
On 11/17/2014 10:58 AM, Gary V. Vaughan wrote: > Hi Vincent, > >> On 17 Nov 2014, at 17:29, Vincent Lefevre wrote: >> >>> On 2014-11-17 16:01:18 +, Gary V. Vaughan wrote: >>> Nice catch! I had no idea people scrutinized the comments so carefully :-) >> >> It was actually reported by Kiyoshi K