Fix q_check_ptr typo in QtGlobal documentation.
authorMitch Curtis <mitch.curtis@nokia.com>
Mon, 23 Jul 2012 14:31:30 +0000 (16:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jul 2012 20:02:18 +0000 (22:02 +0200)
Task-number: QTBUG-24093
Change-Id: Ia6b4ef49e07910ceddd826b3b7cc81ca41f33d01
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
src/corelib/global/qglobal.cpp

index ada95fc..087e33b 100644 (file)
@@ -1871,7 +1871,7 @@ const QSysInfo::WinVersion QSysInfo::WindowsVersion = QSysInfo::windowsVersion()
     \fn T *q_check_ptr(T *pointer)
     \relates <QtGlobal>
 
-    Users Q_CHECK_PTR on \a pointer, then returns \a pointer.
+    Uses Q_CHECK_PTR on \a pointer, then returns \a pointer.
 
     This can be used as an inline version of Q_CHECK_PTR.
 */