1
0
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:
Jacob Nevins 2005-03-24 01:01:24 +00:00
parent 2d379524c3
commit aac9b209a0

2
misc.h
View File

@ -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.
*/