Merge pull request #448 from stweil/fixes

cutil/cutil: Fix comment (copy+paste error)
This commit is contained in:
zdenop 2016-10-24 21:20:12 +02:00 committed by GitHub
commit 14c0549b2d

View File

@ -95,8 +95,7 @@ typedef void (*void_dest) (void *);
/**********************************************************************
* strfree
*
* Reserve a spot in memory for the string to be stored. Copy the string
* to it and return the result.
* Free the memory which was reserved by strsave.
**********************************************************************/
#define strfree(s) (free_string(s))