mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:07:28 +03:00
source: avoid use of 'very' in comments
This commit is contained in:
parent
d1323839be
commit
9cc246401e
16 changed files with 64 additions and 67 deletions
|
|
@ -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!
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue