X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/aca589d972c5c12706d57322e89f9dec2b2a3a00..c35ff6c8d2d02fa3d078b661bf6bdd1163294ed1:/misc.h diff --git a/misc.h b/misc.h index fe5056c6..ae883e16 100644 --- a/misc.h +++ b/misc.h @@ -5,7 +5,7 @@ #include /* for FILE * */ #include /* for va_list */ -#include /* for struct_tm */ +#include /* 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. */