From 997c86f73e8f75d7b0055e4959e88937c3bf8419 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 13 May 2007 15:30:52 +0000 Subject: [PATCH] Comment change. --- lib/silcutil/silclist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.24.0