projects
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
942b06c
)
Typo fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 15 Dec 2007 18:00:19 +0000
(18:00 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 15 Dec 2007 18:00:19 +0000
(18:00 +0000)
lib/silcutil/silctimer.h
patch
|
blob
|
history
diff --git
a/lib/silcutil/silctimer.h
b/lib/silcutil/silctimer.h
index f2db83050fb6f4be4c0ff11cd9c238ff8683b3c1..30debf07d67a93f1995d583ea3123838eee3965e 100644
(file)
--- 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 t
im
e `timer'.
+ * this before you start using t
h
e `timer'.
*
* EXAMPLE
*
- * // Synchronize
d
timer
+ * // Synchronize timer
* silc_timer_synchronize(&timer);
* silc_timer_start(&timer);
* ... time passes ...