diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-07-07 18:39:30 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-07-07 18:39:30 (GMT) |
commit | 95e55e6bbfaf76166b64e7f57c612826afd19a86 (patch) | |
tree | 4927a51db9b0f2643d94eec7ccb8b7e35e3f5878 /src/corelib | |
parent | a985ed3b8f891f10abf99e5ef7756ca16a020d57 (diff) | |
download | Qt-95e55e6bbfaf76166b64e7f57c612826afd19a86.zip Qt-95e55e6bbfaf76166b64e7f57c612826afd19a86.tar.gz Qt-95e55e6bbfaf76166b64e7f57c612826afd19a86.tar.bz2 |
typos fixed
Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/concurrent/qtconcurrentmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/concurrent/qtconcurrentmap.cpp b/src/corelib/concurrent/qtconcurrentmap.cpp index 39a13fb..e74d69c 100644 --- a/src/corelib/concurrent/qtconcurrentmap.cpp +++ b/src/corelib/concurrent/qtconcurrentmap.cpp @@ -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.) */ |