From fdc83d4a5c1c2aee6bdf4fa8db6cf41e3f5da190 Mon Sep 17 00:00:00 2001
From: Sedat Dilek <sedat.dilek@gmail.com>
Date: Wed, 18 Feb 2015 05:59:26 +0100
Subject: [PATCH 4/4] configure: Fix comment in visibility macro detection

Fixes: "configure: add visibility macro detection to configure (v3)"
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 612473b8f77f..77e17d121e59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,7 +197,7 @@ if test "x$GCC" = xyes; then
 		    AC_MSG_RESULT([no])]);
     CFLAGS=$save_CFLAGS
 
-    # Enable -fvisibility=hidden if using a gcc that supports it
+    # Enable -fvisibility=hidden if using a compiler that supports it
     if test "x${ax_cv_have_func_attribute_visibility}" = xyes; then
 	VISIBILITY_CFLAGS="-fvisibility=hidden"
 	VISIBILITY_CXXFLAGS="-fvisibility=hidden"
-- 
2.3.0

