Doc: Fix typo in QAtomicPointer::loadAcquire documentation

Change-Id: I1b0e6b0f230b2f17595a9cc91234a011ad0260b5
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
bb10
Kai Koehne 2016-04-19 13:38:56 +02:00
parent cec15a89d0
commit a24ac8950f
1 changed files with 1 additions and 1 deletions

View File

@ -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.