Fix typos in comments (qfreelist and qmutex)
Change-Id: I782b18b9f82a72a29371564838252e1838faf86c Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
13642424bb
commit
50491efb0e
@ -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;
|
||||
|
||||
|
@ -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 <>
|
||||
|
Loading…
Reference in New Issue
Block a user