# HG changeset patch # User Alpar Juttner # Date 2008-03-31 11:06:47 # Node ID 137278093143556e8f046f963a4809f1f21904f3 # Parent 82a2639a05bb8cb6122be7327d78ff8fa207c6bc Fix a minor typo in the doc diff --git a/lemon/time_measure.h b/lemon/time_measure.h --- a/lemon/time_measure.h +++ b/lemon/time_measure.h @@ -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