Fix comment re dmemdumpl()
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 24 Mar 2005 01:01:24 +0000 (01:01 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 24 Mar 2005 01:01:24 +0000 (01:01 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5549 cda61777-01e9-0310-a592-d414129be87e

misc.h

diff --git a/misc.h b/misc.h
index d8a4352..ae883e1 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.
  */