src/corelib/concurrent/qtconcurrentmap.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
child 37 758a864f9613
--- a/src/corelib/concurrent/qtconcurrentmap.cpp	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/corelib/concurrent/qtconcurrentmap.cpp	Wed Aug 18 10:37:55 2010 +0300
@@ -70,7 +70,7 @@
     \value UnorderedReduce Reduction is done in an arbitrary order.
     \value OrderedReduce Reduction is done in the order of the
     original sequence.
-    \value SequentialReduce Reduction is done sequentally: only one
+    \value SequentialReduce Reduction is done sequentially: only one
     thread will enter the reduce function at a time. (Parallel reduction
     might be supported in a future version of Qt Concurrent.)
 */