Fix typos in comments (qfreelist and qmutex)

Change-Id: I782b18b9f82a72a29371564838252e1838faf86c
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
David Faure 2014-05-23 20:21:31 +02:00 committed by The Qt Project
parent 13642424bb
commit 50491efb0e
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ public:
bool wait(int timeout = -1);
void wakeUp() Q_DECL_NOTHROW;
// Conrol the lifetime of the privates
// Control the lifetime of the privates
QAtomicInt refCount;
int id;

View File

@ -81,7 +81,7 @@ struct QFreeListElement
/*! \internal
Element in a QFreeList without a paylout. ConstReferenceType and
Element in a QFreeList without a payload. ConstReferenceType and
ReferenceType are void, the t() functions return void and are empty.
*/
template <>