updates.
[silc.git] / lib / silcutil / silchashtable.h
index 9578965b918e1b8d4c3bdb19603f64b0677705ce..7ee44c165ae8e84d11045431ededdf23b227bd41 100644 (file)
@@ -1,24 +1,24 @@
-/****h* silcutil/silchashtable.h
- *
- * NAME
- *
- * silchashtable.h
- *
- * COPYRIGHT
- *
- * Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
- *
- * Copyright (C) 2001 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+/*
+
+  silchashtable.h
+  Author: Pekka Riikonen <priikone@silcnet.org>
+  Copyright (C) 2001 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
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+*/
+
+/****h* silcutil/SilcHashTableAPI
  *
  * DESCRIPTION
  *
@@ -264,7 +264,7 @@ void silc_hash_table_add(SilcHashTable ht, void *key, void *context);
  * DESCRIPTION
  *
  *    Same as silc_hash_table_add but if the `key' already exists in the
- *    hash table the old key and the old context will be replace with the
+ *    hash table the old key and the old context will be replaced with the
  *    `key' and the `context. The destructor function will be called for the
  *    replaced key and context.
  *
@@ -442,7 +442,7 @@ void silc_hash_table_add_ext(SilcHashTable ht, void *key, void *context,
  * DESCRIPTION
  *
  *    Same as silc_hash_table_add_ext but if the `key' already exists in the
- *    hash table the old key and the old context will be replace with the
+ *    hash table the old key and the old context will be replaced with the
  *    `key' and the `context. The destructor function will be called for the
  *    replaced key and context.
  *