updates.
[silc.git] / lib / silcutil / silcthread.h
index 5d4932d8fb574e8284178ba1176a7137624c44c0..8f2f7094dad83867edeca6add839c187c997fddb 100644 (file)
@@ -23,7 +23,7 @@
  * DESCRIPTION
  *
  * Interface for SILC Thread implementation. This is platform independent
- * implementation of threads for applications needing concurrent execution
+ * implementation 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.
  *
@@ -122,7 +122,7 @@ void silc_thread_exit(void *exit_value);
  *
  * DESCRIPTION
  *
- *    Returns a pointer of the current thread.
+ *    Returns a pointer to the current thread.
  *
  ***/
 SilcThread silc_thread_self(void);