From: Pekka Riikonen Date: Sat, 15 Dec 2007 18:00:19 +0000 (+0000) Subject: Typo fix. X-Git-Tag: 1.2.beta1~66 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=0f330f9f731f0659b210c29109a4272c7c7f5380 Typo fix. --- diff --git a/lib/silcutil/silctimer.h b/lib/silcutil/silctimer.h index f2db8305..30debf07 100644 --- a/lib/silcutil/silctimer.h +++ b/lib/silcutil/silctimer.h @@ -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 ...