Doc: corrected minor language mistake

Task-number: QTBUG-42977
Change-Id: Icdd70a41c9ef72224992d59342f4f97c65de78fc
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Nico Vertriest 2015-10-28 10:58:08 +01:00 committed by Topi Reiniö
parent 616f690761
commit 07a6f15a94

View File

@ -127,8 +127,8 @@ QSharedMemoryPrivate::makePlatformSafeKey(const QString &key,
specified. Interoperation with non-Qt applications is achieved by first creating
a default shared memory with QSharedMemory() and then setting a native key with
setNativeKey(). When using native keys, shared memory is not protected against
multiple accesses on it (e.g. unable to lock()) and a user-defined mechanism
should be used to achieve a such protection.
multiple accesses on it (for example, unable to lock()) and a user-defined mechanism
should be used to achieve such protection.
*/
/*!