QElapsedTimer: Fix typo in restart() documentation
authorJonathan Liu <net147@gmail.com>
Tue, 18 Sep 2012 11:00:16 +0000 (21:00 +1000)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 18 Sep 2012 15:39:50 +0000 (17:39 +0200)
Change-Id: Iac5df9edbe16ec841f783bc5266091a6e34e9cab
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/tools/qelapsedtimer_generic.cpp

index fc53fd9..9332ee7 100644 (file)
@@ -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