summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2014-05-23 20:21:31 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-26 21:08:44 +0200
commit50491efb0e366f2a73b950d052adb9c621ea67eb (patch)
tree7a5abc0f3dc8e1dc97eb2366272587b4a21e2828 /src/corelib/tools
parent13642424bb58fefff9d1439dbf6d17244a2ad6f5 (diff)
Fix typos in comments (qfreelist and qmutex)
Change-Id: I782b18b9f82a72a29371564838252e1838faf86c Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qfreelist_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qfreelist_p.h b/src/corelib/tools/qfreelist_p.h
index 5e90a03d7f..69b7fc67a0 100644
--- a/src/corelib/tools/qfreelist_p.h
+++ b/src/corelib/tools/qfreelist_p.h
@@ -81,7 +81,7 @@ struct QFreeListElement
/*! \internal
- Element in a QFreeList without a paylout. ConstReferenceType and
+ Element in a QFreeList without a payload. ConstReferenceType and
ReferenceType are void, the t() functions return void and are empty.
*/
template <>