Doc: Fix typo in QAtomicPointer::loadAcquire documentation
Change-Id: I1b0e6b0f230b2f17595a9cc91234a011ad0260b5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>bb10
parent
cec15a89d0
commit
a24ac8950f
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue