From: Vincent Lefevre Date: Mon, 17 Nov 2014 15:59:11 +0000 (+0000) Subject: libtool: fix comment typo. X-Git-Tag: v2.4.4~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ecee55e0fa9478e2046f1d67f4111b5bd6ce227;p=thirdparty%2Flibtool.git libtool: fix comment typo. * m4/libtool.m4: Fix -fvisbility=hidden typo in a comment. Signed-off-by: Gary V. Vaughan --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 281e70fae..6143541ce 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")));