Typo fix.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 15 Dec 2007 18:00:19 +0000 (18:00 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 15 Dec 2007 18:00:19 +0000 (18:00 +0000)
lib/silcutil/silctimer.h

index f2db83050fb6f4be4c0ff11cd9c238ff8683b3c1..30debf07d67a93f1995d583ea3123838eee3965e 100644 (file)
@@ -236,11 +236,11 @@ SilcUInt64 silc_timer_tick(SilcTimer timer, SilcBool adjust)
  *
  *    Synchronizes the `timer'.  This call will attempt to synchronize the
  *    timer for more accurate results with high resolution timing.  Call
- *    this before you start using time `timer'.
+ *    this before you start using the `timer'.
  *
  * EXAMPLE
  *
- *    // Synchronized timer
+ *    // Synchronize timer
  *    silc_timer_synchronize(&timer);
  *    silc_timer_start(&timer);
  *    ... time passes ...