Comment: change "window.c" to "the front end"
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 11 Apr 2005 17:37:02 +0000 (17:37 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 11 Apr 2005 17:37:02 +0000 (17:37 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5628 cda61777-01e9-0310-a592-d414129be87e

putty.h

diff --git a/putty.h b/putty.h
index 09cfa2b..fd8e13d 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);