From a24ac8950fd53c70928cf00a86c566201a3a7786 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 19 Apr 2016 13:38:56 +0200 Subject: Doc: Fix typo in QAtomicPointer::loadAcquire documentation Change-Id: I1b0e6b0f230b2f17595a9cc91234a011ad0260b5 Reviewed-by: Leena Miettinen --- src/corelib/thread/qatomic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/thread') 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. -- cgit v1.2.3