updated for version 7.1a
diff --git a/src/os_win32.c b/src/os_win32.c
index cc0b326..eba043d 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -1680,8 +1680,8 @@
clip_init(TRUE);
/*
- * Vim's own clipboard format recognises whether the text is char, line, or
- * rectangular block. Only useful for copying between two Vims.
+ * Vim's own clipboard format recognises whether the text is char, line,
+ * or rectangular block. Only useful for copying between two Vims.
* "VimClipboard" was used for previous versions, using the first
* character to specify MCHAR, MLINE or MBLOCK.
*/