Skip to content

Commit 421e4c9

Browse files
committed
cutil/cutil: Fix comment (copy+paste error)
Signed-off-by: Stefan Weil <[email protected]>
1 parent da89ff9 commit 421e4c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cutil/cutil.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ typedef void (*void_dest) (void *);
9595
/**********************************************************************
9696
* strfree
9797
*
98-
* Reserve a spot in memory for the string to be stored. Copy the string
99-
* to it and return the result.
98+
* Free the memory which was reserved by strsave.
10099
**********************************************************************/
101100

102101
#define strfree(s) (free_string(s))

0 commit comments

Comments
 (0)