diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-05-20 07:31:16 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-05-20 07:31:57 (GMT) |
commit | c8a3c427e96ee11907592f5c7f72046795c027ed (patch) | |
tree | 8b46b8bd4fb5716c2c692719ad8923bbcbf357bd /src/corelib/global | |
parent | 38d1b31006ecc83811bbb13e5a4182eac593a970 (diff) | |
download | Qt-c8a3c427e96ee11907592f5c7f72046795c027ed.zip Qt-c8a3c427e96ee11907592f5c7f72046795c027ed.tar.gz Qt-c8a3c427e96ee11907592f5c7f72046795c027ed.tar.bz2 |
Fix typo in comment
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 32eedc7..80d364a 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 |