summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 fc53fd9b8a..9332ee79ec 100644
--- a/src/corelib/tools/qelapsedtimer_generic.cpp
+++ b/src/corelib/tools/qelapsedtimer_generic.cpp
@@ -84,7 +84,7 @@ void QElapsedTimer::start() Q_DECL_NOTHROW
/*!
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