X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a832773496d46caa5e328d36a15b4918f24a804e..4e1dce5b268d0109437f42af8ac2a148f854c1f8:/winstuff.h?ds=sidebyside diff --git a/winstuff.h b/winstuff.h index 90c03481..9e626645 100644 --- a/winstuff.h +++ b/winstuff.h @@ -59,7 +59,7 @@ GLOBAL int help_has_contents; /* * The terminal and logging context are notionally local to the * Windows front end, but they must be shared between window.c and - * windlg.c. + * windlg.c. Likewise the saved-sessions list. */ GLOBAL Terminal *term; GLOBAL void *logctx;