From: Pekka Riikonen Date: Sat, 4 Nov 2006 19:56:06 +0000 (+0000) Subject: Comment change. X-Git-Tag: 1.2.beta1~655 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=e3611d0f4613991659bcc36d273d6a00d32543fc;p=crypto.git Comment change. --- diff --git a/lib/silcutil/silcstack.h b/lib/silcutil/silcstack.h index e5d59af3..b10bb600 100644 --- a/lib/silcutil/silcstack.h +++ b/lib/silcutil/silcstack.h @@ -44,9 +44,9 @@ * silc_sstrdup, silc_buffer_salloc, silc_buffer_salloc_size, * silc_buffer_srealloc, silc_buffer_srealloc_size, silc_buffer_scopy, * silc_buffer_sclone, silc_buffer_sformat, silc_buffer_sformat_vp, - * silc_buffer_sstrformat, silc_mp_sinit + * silc_buffer_sstrformat, silc_buffer_senlarge, silc_mp_sinit * - * The data stack is not thread-safe. If the same stack context must be + * The data stack is not thread-safe. If the same stack context must be * used in multithreaded environment concurrency control must be employed. * ***/