summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond@trolltech.com>2010-02-24 10:47:23 (GMT)
committerTrond Kjernåsen <trond@trolltech.com>2010-02-24 10:47:23 (GMT)
commitfb7fc9ee85c47446b0fb4d11789949784fbf853c (patch)
treee3ddfe8604fa0b2fb0078edba21a8e7a4385a3c5 /src/corelib/concurrent
parent38d5ab158a4d1b68fb64149b83ac169701d63403 (diff)
downloadQt-fb7fc9ee85c47446b0fb4d11789949784fbf853c.zip
Qt-fb7fc9ee85c47446b0fb4d11789949784fbf853c.tar.gz
Qt-fb7fc9ee85c47446b0fb4d11789949784fbf853c.tar.bz2
More pedantry.
Reviewed-by: Kim
Diffstat (limited to 'src/corelib/concurrent')
-rw-r--r--src/corelib/concurrent/qfuturewatcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/concurrent/qfuturewatcher.cpp b/src/corelib/concurrent/qfuturewatcher.cpp
index f3375e1..3b808b8 100644
--- a/src/corelib/concurrent/qfuturewatcher.cpp
+++ b/src/corelib/concurrent/qfuturewatcher.cpp
@@ -504,8 +504,8 @@ void QFutureWatcherBasePrivate::sendCallOutEvent(QFutureCallOutEvent *event)
\a future. For example, if the future is already stopped, the
finished signal will be emitted.
- To avoid race condition, it is important to call this function after doing
- the connections.
+ To avoid a race condition, it is important to call this function
+ \i after doing the connections.
*/
/*! \fn QFuture<T> QFutureWatcher::future() const