src/corelib/tools/qelapsedtimer.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/src/corelib/tools/qelapsedtimer.cpp	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/corelib/tools/qelapsedtimer.cpp	Wed Aug 18 10:37:55 2010 +0300
@@ -137,7 +137,7 @@
     used.
 
     \value SystemTime       The human-readable system time. This clock is not monotonic.
-    \value MonotonicClock   The system's monotonic clock, usually found in Unix systems. This clock is not monotonic and does not overflow.
+    \value MonotonicClock   The system's monotonic clock, usually found in Unix systems. This clock is monotonic and does not overflow.
     \value TickCounter      The system's tick counter, used on Windows and Symbian systems. This clock may overflow.
     \value MachAbsoluteTime The Mach kernel's absolute time (Mac OS X). This clock is monotonic and does not overflow.