gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Fix a minor typo in the doc
0 1 0
default
1 file changed with 1 insertions and 1 deletions:
↑ Collapse diff ↑
Show white space 12 line context
... ...
@@ -340,13 +340,13 @@
340 340
	start_time=t-start_time;
341 341
      }
342 342
    }
343 343

	
344 344
    ///Halt (i.e stop immediately) the time counters
345 345

	
346
    ///This function stops immediately the time counters, i.e. <tt>t.stop()</tt>
346
    ///This function stops immediately the time counters, i.e. <tt>t.halt()</tt>
347 347
    ///is a faster
348 348
    ///equivalent of the following.
349 349
    ///\code
350 350
    ///  while(t.running()) t.stop()
351 351
    ///\endcode
352 352
    ///
0 comments (0 inline)