mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48: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().
|
* debug(()) (note the double brackets) is like printf().
|
||||||
*
|
*
|
||||||
* dmemdump() and dmemdumpl() both do memory dumps. The difference
|
* 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
|
* important (say because you'll be recording pointer values later
|
||||||
* on). dmemdump() is more concise.
|
* on). dmemdump() is more concise.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user