updates.
[silc.git] / lib / silcutil / silcmutex.h
index 89ee8a55f30d9859c1fd559cc4143ba8890027f9..70eed3c3c263338bda5806acdf72e7c7cf88e8c5 100644 (file)
@@ -104,7 +104,7 @@ void silc_mutex_lock(SilcMutex mutex);
  *
  * DESCRIPTION
  *
- *    Unlocks the mutex and thus releases it for another threads that
+ *    Unlocks the mutex and thus releases it for another thread that
  *    may be waiting for the lock.
  *
  * NOTES