summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/waitconditions.qdoc
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2010-06-01 10:16:17 (GMT)
committerGeir Vattekar <geir.vattekar@nokia.com>2010-06-01 10:16:17 (GMT)
commit4e85c1015c2dfa58560e0567af4fa17a412441a5 (patch)
treeae2c51365b7f0a10bca001254214fee587f76fc6 /doc/src/examples/waitconditions.qdoc
parent94f0369e21cb4db41f6f10358ba1967fe1d0e8a1 (diff)
downloadQt-4e85c1015c2dfa58560e0567af4fa17a412441a5.zip
Qt-4e85c1015c2dfa58560e0567af4fa17a412441a5.tar.gz
Qt-4e85c1015c2dfa58560e0567af4fa17a412441a5.tar.bz2
Doc: Fixed a typo
Task-number: QTBUG-10951
Diffstat (limited to 'doc/src/examples/waitconditions.qdoc')
-rw-r--r--doc/src/examples/waitconditions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/waitconditions.qdoc b/doc/src/examples/waitconditions.qdoc
index 1d3ff84..d4f680e 100644
--- a/doc/src/examples/waitconditions.qdoc
+++ b/doc/src/examples/waitconditions.qdoc
@@ -92,7 +92,7 @@
Together, the wait conditions, the mutex, and the \c numUsedBytes
counter ensure that the producer is never more than \c BufferSize
bytes ahead of the consumer, and that the consumer never reads
- data that the consumer hasn't generated yet.
+ data that the producer hasn't generated yet.
\section1 Producer Class