summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-01-02 15:14:48 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-02 18:19:36 +0100
commit39f3ee8a5dd499cf86f95e7fc9200eb3226b16be (patch)
treeb0bd36fffe0fe01ec560e4d52bfed4a9fa1a9a64
parentd4514b63c7297dad8ca6710d71bee4db4431d6dc (diff)
Close bracket in documentation.
Change-Id: Iabc7c6a9f5554450e766dc63f518595871a3abb7 Reviewed-by: Richard J. Moore <rich@kde.org>
-rw-r--r--src/corelib/thread/qreadwritelock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qreadwritelock.cpp b/src/corelib/thread/qreadwritelock.cpp
index b3f791589e..5ae672b844 100644
--- a/src/corelib/thread/qreadwritelock.cpp
+++ b/src/corelib/thread/qreadwritelock.cpp
@@ -506,7 +506,7 @@ void QReadWriteLock::unlock()
\ingroup thread
- The purpose of QWriteLocker (and QReadLocker is to simplify
+ The purpose of QWriteLocker (and QReadLocker) is to simplify
QReadWriteLock locking and unlocking. Locking and unlocking
statements or in exception handling code is error-prone and
difficult to debug. QWriteLocker can be used in such situations