changeset 37 | 758a864f9613 |
parent 18 | 2f34d5167611 |
--- a/src/corelib/thread/qmutexpool.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/corelib/thread/qmutexpool.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE -// qt_global_mutexpool is here for backwards compatability only, +// qt_global_mutexpool is here for backwards compatibility only, // use QMutexpool::instance() in new clode. Q_CORE_EXPORT QMutexPool *qt_global_mutexpool = 0; Q_GLOBAL_STATIC_WITH_ARGS(QMutexPool, globalMutexPool, (QMutex::Recursive))