Fix comment re dmemdumpl()
[u/mdw/putty] / misc.h
diff --git a/misc.h b/misc.h
index fe5056c..ae883e1 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -5,7 +5,7 @@
 
 #include <stdio.h>                    /* for FILE * */
 #include <stdarg.h>                   /* for va_list */
-#include <time.h>                      /* for struct_tm */
+#include <time.h>                      /* for struct tm */
 
 #ifndef FALSE
 #define FALSE 0
@@ -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.
  */