summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qatomic.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-04-19 13:38:56 +0200
committerKai Koehne <kai.koehne@qt.io>2016-04-20 07:49:36 +0000
commita24ac8950fd53c70928cf00a86c566201a3a7786 (patch)
treef21f89adc98da67cef9ad05f9b1333068306110c /src/corelib/thread/qatomic.cpp
parentcec15a89d058424794978910cc8da65b43d71606 (diff)
Doc: Fix typo in QAtomicPointer::loadAcquire documentation
Change-Id: I1b0e6b0f230b2f17595a9cc91234a011ad0260b5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/corelib/thread/qatomic.cpp')
-rw-r--r--src/corelib/thread/qatomic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qatomic.cpp b/src/corelib/thread/qatomic.cpp
index fceeef02b0..fd02489998 100644
--- a/src/corelib/thread/qatomic.cpp
+++ b/src/corelib/thread/qatomic.cpp
@@ -1282,7 +1282,7 @@
/*!
\fn T *QAtomicPointer::loadAcquire() const
- Atomically loads the value of this QAtomicPointerusing the "Acquire" memory
+ Atomically loads the value of this QAtomicPointer using the "Acquire" memory
ordering. The value is not modified in any way, but note that there's no
guarantee that it remains so.