From: Olivier Goffart Date: Fri, 20 May 2011 07:31:16 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: qt-v5.0.0-alpha1~4247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbbea1fa966525ae8417297ce5579c5f2011ad2c;p=profile%2Fivi%2Fqtbase.git Fix typo in comment (cherry picked from commit c8a3c427e96ee11907592f5c7f72046795c027ed) Change-Id: I837f18f043b18410c1d93b9f1156acf729dad510 Reviewed-on: http://codereview.qt.nokia.com/145 Reviewed-by: Olivier Goffart Reviewed-by: axis --- diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index b3eeff7..64baf3a 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