Shorten zalloc()'s description to the part that makes sense (to me)
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:41:57 +0000 (11:41 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:41:57 +0000 (11:41 +0000)
miscutil.c

index 34e8e4f..1e0a647 100644 (file)
@@ -1,4 +1,4 @@
-const char miscutil_rcs[] = "$Id: miscutil.c,v 1.67 2011/05/22 10:30:55 fabiankeil Exp $";
+const char miscutil_rcs[] = "$Id: miscutil.c,v 1.68 2011/09/04 11:10:56 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/miscutil.c,v $
@@ -72,7 +72,6 @@ const char miscutil_h_rcs[] = MISCUTIL_H_VERSION;
  * Function    :  zalloc
  *
  * Description :  Malloc some memory and set it to '\0'.
- *                The way calloc() ought to be -acjc
  *
  * Parameters  :
  *          1  :  size = Size of memory chunk to return.