]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Comment: change "window.c" to "the front end"
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 11 Apr 2005 17:37:02 +0000 (17:37 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 11 Apr 2005 17:37:02 +0000 (17:37 +0000)
[originally from svn r5628]

putty.h

diff --git a/putty.h b/putty.h
index 09cfa2b0422229d51061a37bfdf8c857316da0f4..fd8e13d6e00775f5631345dfde1ad27ab791104c 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -605,7 +605,7 @@ GLOBAL int loaded_session;
 struct RSAKey;                        /* be a little careful of scope */
 
 /*
- * Exports from window.c.
+ * Exports from the front end.
  */
 void request_resize(void *frontend, int, int);
 void do_text(Context, int, int, wchar_t *, int, unsigned long, int);