Changeset: 3346ae4f5173 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3346ae4f5173
Modified Files:
        tools/merovingian/utils/utils.c
Branch: Feb2013
Log Message:

utils: update docs, we're not using GDKmalloc


diffs (21 lines):

diff --git a/tools/merovingian/utils/utils.c b/tools/merovingian/utils/utils.c
--- a/tools/merovingian/utils/utils.c
+++ b/tools/merovingian/utils/utils.c
@@ -48,7 +48,7 @@
 
 /**
  * Parses the given file stream matching the keys from list.  If a match
- * is found, the value is set in list->value.  Values are GDKmalloced.
+ * is found, the value is set in list->value.  Values are malloced.
  */
 void
 readConfFile(confkeyval *list, FILE *cnf) {
@@ -130,7 +130,7 @@ getConfNum(confkeyval *list, char *key) 
  * Sets the value in the given confkeyval struct to val ensuring it is
  * of the desired type.  In case of type BOOL, val is converted to "yes"
  * or "no", based on val.  If the type does not match, this function
- * returns a GDKmalloced diagnostic message, or if everything is
+ * returns a malloced diagnostic message, or if everything is
  * successful, NULL.  If val is NULL, this function always returns
  * successful and unsets the value for the given key.  Upon an error,
  * the original value for the key is left untouched.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to