summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2010-06-01 12:16:17 +0200
committerGeir Vattekar <geir.vattekar@nokia.com>2010-06-01 12:16:17 +0200
commit4e85c1015c2dfa58560e0567af4fa17a412441a5 (patch)
treeae2c51365b7f0a10bca001254214fee587f76fc6 /doc
parent94f0369e21cb4db41f6f10358ba1967fe1d0e8a1 (diff)
Doc: Fixed a typo
Task-number: QTBUG-10951
Diffstat (limited to 'doc')
-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 1d3ff849e3..d4f680e4e5 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