summaryrefslogtreecommitdiffstats
path: root/src/os_w32dll.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/os_w32dll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_w32dll.c b/src/os_w32dll.c
index e7ba99b..651f96c 100644
--- a/src/os_w32dll.c
+++ b/src/os_w32dll.c
@@ -7,7 +7,7 @@
* See README.txt for an overview of the Vim source code.
*/
/*
- * Windows GUI: main program (DLL) entry point:
+ * Windows GUI/Console: main program (DLL) entry point:
*
* Ron Aaron <ronaharon@yahoo.com> wrote this and the DLL support code.
* Adapted by Ken Takata.