summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/waitconditions.qdoc
diff options
context:
space:
mode:
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 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