diff options
Diffstat (limited to 'libs/libcurl/src/memdebug.c')
-rw-r--r-- | libs/libcurl/src/memdebug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libcurl/src/memdebug.c b/libs/libcurl/src/memdebug.c index 3665dfa113..d31658c537 100644 --- a/libs/libcurl/src/memdebug.c +++ b/libs/libcurl/src/memdebug.c @@ -49,9 +49,9 @@ struct memdebug { };
/*
- * Note that these debug functions are very simple and they are meant to
- * remain so. For advanced analysis, record a log file and write perl scripts
- * to analyze them!
+ * Note that these debug functions are simple and they are meant to remain so.
+ * For advanced analysis, record a log file and write perl scripts to analyze
+ * them!
*
* Do not use these with multithreaded test programs!
*/
|