From 50491efb0e366f2a73b950d052adb9c621ea67eb Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 23 May 2014 20:21:31 +0200 Subject: Fix typos in comments (qfreelist and qmutex) Change-Id: I782b18b9f82a72a29371564838252e1838faf86c Reviewed-by: Olivier Goffart --- src/corelib/thread/qmutex_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/thread') diff --git a/src/corelib/thread/qmutex_p.h b/src/corelib/thread/qmutex_p.h index bec2d934c1..dcaaed4cab 100644 --- a/src/corelib/thread/qmutex_p.h +++ b/src/corelib/thread/qmutex_p.h @@ -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; -- cgit v1.2.3