libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Vincent Lefevre
Subject: [PATCH] Fixed -fvisbility=hidden typo in a comment
Date: Sat, 15 Nov 2014 14:44:31 +0100
User-agent: Mutt/1.5.23-6365-vl-r59709 (2014-09-07)

Fixed -fvisbility=hidden typo in a comment.

Signed-off-by: Vincent Lefevre <address@hidden>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]