summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/tools/qelapsedtimer_generic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qelapsedtimer_generic.cpp b/src/corelib/tools/qelapsedtimer_generic.cpp
index 038a15b..a22ccb9 100644
--- a/src/corelib/tools/qelapsedtimer_generic.cpp
+++ b/src/corelib/tools/qelapsedtimer_generic.cpp
@@ -84,7 +84,7 @@ void QElapsedTimer::start()
/*!
Restarts the timer and returns the time elapsed since the previous start.
This function is equivalent to obtaining the elapsed time with elapsed()
- and then starting the timer again with restart(), but it does so in one
+ and then starting the timer again with start(), but it does so in one
single operation, avoiding the need to obtain the clock value twice.
The following example illustrates how to use this function to calibrate a