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