From 0f330f9f731f0659b210c29109a4272c7c7f5380 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 15 Dec 2007 18:00:19 +0000 Subject: [PATCH] Typo fix. --- lib/silcutil/silctimer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ... -- 2.24.0