]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: fix comment typo.
authorVincent Lefevre <vincent@vinc17.net>
Mon, 17 Nov 2014 15:59:11 +0000 (15:59 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 17 Nov 2014 15:59:11 +0000 (15:59 +0000)
* m4/libtool.m4: Fix -fvisbility=hidden typo in a comment.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
m4/libtool.m4

index 281e70faed8a5d5739320aa0364acc0e155fa9d3..6143541cebe66c2a532cb1478bf3f79ff94c33d9 100644 (file)
@@ -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")));