summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2014-11-17 15:59:11 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-17 15:59:11 +0000
commit5ecee55e0fa9478e2046f1d67f4111b5bd6ce227 (patch)
treeb467020d2782345189bc0b185a94c3cbe4907067
parentf540df86d6a613eac4fa16c6e5f07b08c348e495 (diff)
downloadlibtool-5ecee55e0fa9478e2046f1d67f4111b5bd6ce227.tar.gz
libtool: fix comment typo.
* m4/libtool.m4: Fix -fvisbility=hidden typo in a comment. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--m4/libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 281e70fa..6143541c 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")));