From: Pekka Riikonen Date: Tue, 1 May 2007 11:23:14 +0000 (+0000) Subject: Comment change. X-Git-Tag: silc.toolkit.1.1.beta1~9 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=157eb39081dd4a0771308820840fbffb470ac43a;p=silc.git Comment change. --- diff --git a/lib/silcutil/silcfsm.h b/lib/silcutil/silcfsm.h index b23e36ef..6d6b8c9d 100644 --- a/lib/silcutil/silcfsm.h +++ b/lib/silcutil/silcfsm.h @@ -364,7 +364,8 @@ do { \ * * Macro used to wait for the `thread' to terminate. The machine or * thread will be suspended while it is waiting for the thread to - * terminate. + * terminate. The machine or thread will continue once the waited + * thread has terminated. * * NOTES *