diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:16:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-07 23:16:51 +0000 |
commit | e4efc3b27052385c6466f133ac1b0931b7e4c855 (patch) | |
tree | 4f03a30a3323a5fbe0ceba3fa47e2c2503e60d7c /src/gui_w32.c | |
parent | 44ecf65f74749995760eea6a1082f59d94817cbe (diff) | |
download | vim-git-e4efc3b27052385c6466f133ac1b0931b7e4c855.tar.gz |
updated for version 7.0057
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index 230836247..8bcec1dc7 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -3947,7 +3947,7 @@ gui_mch_destroy_sign(sign) /* BALLOON-EVAL IMPLEMENTATION FOR WINDOWS. * Added by Sergey Khorev <sergey.khorev@gmail.com> * - * The only reused thing is gui_beval.h and gui_mch_get_beval_info() + * The only reused thing is gui_beval.h and get_beval_info() * from gui_beval.c (note it uses x and y of the BalloonEval struct * to get current mouse position). * |