This commit is contained in:
Tobias Brunner
2008-04-18 10:58:36 +00:00
parent 4075225466
commit eed87e1d76
+1 -1
View File
@@ -65,7 +65,7 @@ size_t chunk_length(const char *mode, ...);
/**
* Concatenate chunks into a chunk pointing to "ptr",
* "mode" is a string of "c" (copy) and "m" (move), which says
* how to handle to chunks in "..."
* how to handle the chunks in "..."
*/
chunk_t chunk_create_cat(u_char *ptr, const char* mode, ...);