mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix comment re dmemdumpl()
[originally from svn r5549]
This commit is contained in:
parent
2d379524c3
commit
aac9b209a0
2
misc.h
2
misc.h
@ -52,7 +52,7 @@ struct tm ltime(void);
|
||||
* debug(()) (note the double brackets) is like printf().
|
||||
*
|
||||
* dmemdump() and dmemdumpl() both do memory dumps. The difference
|
||||
* is that dmemdumpl() is more suited for when where the memory is is
|
||||
* is that dmemdumpl() is more suited for when the memory address is
|
||||
* important (say because you'll be recording pointer values later
|
||||
* on). dmemdump() is more concise.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user