]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix comment re dmemdumpl()
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 24 Mar 2005 01:01:24 +0000 (01:01 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 24 Mar 2005 01:01:24 +0000 (01:01 +0000)
[originally from svn r5549]

misc.h

diff --git a/misc.h b/misc.h
index d8a435249f8c4aa8c715f08656dba66155cfccd3..ae883e16842b1bb367f993883d9b4bb502f3887e 100644 (file)
--- a/misc.h
+++ b/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.
  */