summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2011-05-20 09:31:16 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-26 19:22:41 +0200
commitbbbea1fa966525ae8417297ce5579c5f2011ad2c (patch)
tree8d7d56e3ede77d9261ad08c51d9a8f2983582eb9 /src/corelib/global
parentbc7ea289ea84dcff22aeea78c01a5447ccf076f7 (diff)
Fix typo in comment
(cherry picked from commit c8a3c427e96ee11907592f5c7f72046795c027ed) Change-Id: I837f18f043b18410c1d93b9f1156acf729dad510 Reviewed-on: http://codereview.qt.nokia.com/145 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com> Reviewed-by: axis
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index b3eeff78f8..64baf3a026 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -428,7 +428,7 @@ namespace QT_NAMESPACE {}
# define Q_COMPILER_AUTO_TYPE
# define Q_COMPILER_LAMBDA
# define Q_COMPILER_DECLTYPE
-// MSCV has std::initilizer_list, but do not support the braces initilization
+// MSCV has std::initilizer_list, but do not support the braces initialization
//# define Q_COMPILER_INITIALIZER_LISTS
# endif