summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-16 22:38:18 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-17 15:56:15 +0200
commit178f5e2ac37b77472543db541ed7321fe771c189 (patch)
treea71c3a81ddd334d7f7db18b243da7fcb981c7e7d /src/corelib
parentf66beaaf07be3ce0511b3cf9e64fc67c90f2ce34 (diff)
Typo in QWaitCondition::wait() doc: lcokedReadWriteLock
lcokedReadWriteLock -> lockedReadWriteLock Change-Id: I560f7445d6a0c332ee8ca8f62a8318f637567520 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/thread/qwaitcondition.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qwaitcondition.qdoc b/src/corelib/thread/qwaitcondition.qdoc
index 58679c4543..6ee03a9844 100644
--- a/src/corelib/thread/qwaitcondition.qdoc
+++ b/src/corelib/thread/qwaitcondition.qdoc
@@ -165,7 +165,7 @@
wait timed out.
\endlist
- The \a lcokedReadWriteLock will be returned to the same locked
+ The \a lockedReadWriteLock will be returned to the same locked
state. This function is provided to allow the atomic transition
from the locked state to the wait state.