[Lemon-commits] Alpar Juttner: Fix a minor typo in the doc

Lemon HG hg at lemon.cs.elte.hu
Sat Apr 12 20:44:17 CEST 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/137278093143
changeset: 120:137278093143
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Mon Mar 31 10:06:47 2008 +0100
description:
	Fix a minor typo in the doc

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
lemon/time_measure.h |    2 +-

diffs (12 lines):

diff -r 82a2639a05bb -r 137278093143 lemon/time_measure.h
--- a/lemon/time_measure.h	Sun Mar 30 22:16:35 2008 +0100
+++ b/lemon/time_measure.h	Mon Mar 31 10:06:47 2008 +0100
@@ -343,7 +343,7 @@
 
     ///Halt (i.e stop immediately) the time counters
 
-    ///This function stops immediately the time counters, i.e. <tt>t.stop()</tt>
+    ///This function stops immediately the time counters, i.e. <tt>t.halt()</tt>
     ///is a faster
     ///equivalent of the following.
     ///\code



More information about the Lemon-commits mailing list