X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcmemory.h;h=8046909cfd7928d681505dfb9591024434ec73bc;hb=751b3b46d4acc38c2c35366706f5472c05ce3655;hp=f05800bec6bf98fa623c81eec712bbbd4eeae58b;hpb=386c883d8774999c6e74d7c6c37e52e4163a4cb1;p=silc.git diff --git a/lib/silcutil/silcmemory.h b/lib/silcutil/silcmemory.h index f05800be..8046909c 100644 --- a/lib/silcutil/silcmemory.h +++ b/lib/silcutil/silcmemory.h @@ -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. * ***/