From: Pekka Riikonen Date: Sun, 13 May 2007 15:30:52 +0000 (+0000) Subject: Comment change. X-Git-Tag: 1.2.beta1~282 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=997c86f73e8f75d7b0055e4959e88937c3bf8419;p=runtime.git Comment change. --- diff --git a/lib/silcutil/silclist.h b/lib/silcutil/silclist.h index e7d9c53b..ec4d7be1 100644 --- a/lib/silcutil/silclist.h +++ b/lib/silcutil/silclist.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2002 - 2005 Pekka Riikonen + Copyright (C) 2002 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * DESCRIPTION * * Implementation of the SilcList interface. This interface provides - * simple linked list. + * simple linked list. This interface does not allocate any memory. * * SILC List is not thread-safe. If the same list context must be used * in multithreaded environment concurrency control must be employed.