# HG changeset patch # User Alpar Juttner # Date 1206954407 -3600 # Node ID 137278093143556e8f046f963a4809f1f21904f3 # Parent 82a2639a05bb8cb6122be7327d78ff8fa207c6bc Fix a minor typo in the doc 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. t.stop() + ///This function stops immediately the time counters, i.e. t.halt() ///is a faster ///equivalent of the following. ///\code