updates.
[silc.git] / lib / silcutil / silcmemory.h
index f05800bec6bf98fa623c81eec712bbbd4eeae58b..8046909cfd7928d681505dfb9591024434ec73bc 100644 (file)
@@ -58,7 +58,7 @@ void *silc_malloc(size_t size);
  * DESCRIPTION
  *
  *    Allocates memory of for an array of `items' elements of `size' bytes
- *    and returns pointer to the allocated memory area.  The memory are is
+ *    and returns pointer to the allocated memory area.  The memory area is
  *    also zeroed.  Free the memory by calling silc_free.
  *
  ***/