diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-16 13:41:47 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-16 13:41:47 (GMT) |
commit | 0efb4c096ff99089b9b6dcbd2f4e4625f845f9de (patch) | |
tree | 25b9ef670c1f974143fba31a8c6999aa799e5ad3 /src/corelib/thread | |
parent | accfa1fe0b6b9f77f83cf608013d37720bce8984 (diff) | |
download | Qt-0efb4c096ff99089b9b6dcbd2f4e4625f845f9de.zip Qt-0efb4c096ff99089b9b6dcbd2f4e4625f845f9de.tar.gz Qt-0efb4c096ff99089b9b6dcbd2f4e4625f845f9de.tar.bz2 |
Fixed spelling/grammar error.
Reviewed by: David Boddie
Tasks: QTBUG-11926, QTBUG-10174
Diffstat (limited to 'src/corelib/thread')
-rw-r--r-- | src/corelib/thread/qatomic.cpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/corelib/thread/qatomic.cpp b/src/corelib/thread/qatomic.cpp index 743da24..697da38 100644 --- a/src/corelib/thread/qatomic.cpp +++ b/src/corelib/thread/qatomic.cpp @@ -48,10 +48,9 @@ For atomic operations on pointers, see the QAtomicPointer class. - An complex operation that completes without interruption is said - to be \e atomic. The QAtomicInt class provides atomic reference - counting, test-and-set, fetch-and-store, and fetch-and-add for - integers. + An \e atomic operation is a complex operation that completes without interruption. + The QAtomicInt class provides atomic reference counting, test-and-set, fetch-and-store, + and fetch-and-add for integers. \section1 Non-atomic convenience operators @@ -635,9 +634,8 @@ For atomic operations on integers, see the QAtomicInt class. - An complex operation that completes without interruption is said - to be \e atomic. The QAtomicPointer class provides atomic - test-and-set, fetch-and-store, and fetch-and-add for pointers. + An \e atomic operation is a complex operation that completes without interruption. + The QAtomicPointer class provides atomic test-and-set, fetch-and-store, and fetch-and-add for pointers. \section1 Non-atomic convenience operators |