From 7356189d9680f1697f219173b771298238567d15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@digia.com>
Date: Tue, 28 Oct 2014 13:49:23 +0100
Subject: [PATCH] Use the correct comment syntax.

This fixes 7639513f94fe45b5202349d2891e46b2295606a0.

Change-Id: I512ca97d8b4fc8b7c48f03ab32d476bb3a791157
Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
---
 tools/qmake/mkspecs/features/functions.prf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/qmake/mkspecs/features/functions.prf b/tools/qmake/mkspecs/features/functions.prf
index 93b5eec98..0d15d0761 100644
--- a/tools/qmake/mkspecs/features/functions.prf
+++ b/tools/qmake/mkspecs/features/functions.prf
@@ -17,7 +17,7 @@ defineTest(isPythonVersionSupported) {
 }
 
 defineTest(isGCCVersionSupported) {
-  // The below will work for gcc 4.6 and up and also match gcc 5
+  # The below will work for gcc 4.6 and up and also match gcc 5
   greaterThan(QT_GCC_MINOR_VERSION, 5):return(true)
   greaterThan(QT_GCC_MAJOR_VERSION, 4):return(true)
   return(false)
-- 
GitLab