From: jacob Date: Thu, 24 Mar 2005 01:01:24 +0000 (+0000) Subject: Fix comment re dmemdumpl() X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/523c5dd3e8aa638cd69044ab0672dd11089a0a96 Fix comment re dmemdumpl() git-svn-id: svn://svn.tartarus.org/sgt/putty@5549 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/misc.h b/misc.h index d8a43524..ae883e16 100644 --- 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. */