From: Pekka Riikonen Date: Wed, 11 Jul 2001 11:10:13 +0000 (+0000) Subject: updates. X-Git-Tag: robodoc-323~81 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=4ae2332cae9719a0fdc88563804bedd032ee77e1 updates. --- diff --git a/lib/silcutil/silcthread.h b/lib/silcutil/silcthread.h index 8f2f7094..5429e277 100644 --- a/lib/silcutil/silcthread.h +++ b/lib/silcutil/silcthread.h @@ -23,7 +23,7 @@ * DESCRIPTION * * Interface for SILC Thread implementation. This is platform independent - * implementation of threads for applications that need concurrent execution + * interface of threads for applications that need concurrent execution * with the application's main thread. The threads created with this * interface executes concurrently with the calling thread. *