[patch] fix minor mistakes in source code comments

60 views
Skip to first unread message

Ken Takata

unread,
Aug 19, 2013, 8:44:56 AM8/19/13
to vim...@googlegroups.com
Hi,

I found some minor mistakes in comments related Japanese.

--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -947,8 +947,8 @@
{
case 0x2121: /* ZENKAKU space */
return 0;
- case 0x2122: /* KU-TEN (Japanese comma) */
- case 0x2123: /* TOU-TEN (Japanese period) */
+ case 0x2122: /* TOU-TEN (Japanese comma) */
+ case 0x2123: /* KU-TEN (Japanese period) */
case 0x2124: /* ZENKAKU comma */
case 0x2125: /* ZENKAKU period */
return 1;


Regards,
Ken Takata

Bram Moolenaar

unread,
Aug 22, 2013, 8:14:43 AM8/22/13
to Ken Takata, vim...@googlegroups.com

Ken Takata wrote:

> I found some minor mistakes in comments related Japanese.

Thanks. I'll include it but won't send out a patch for it.

--
hundred-and-one symptoms of being an internet addict:
102. When filling out your driver's license application, you give
your IP address.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Ken Takata

unread,
Aug 31, 2013, 3:52:36 AM8/31/13
to vim...@googlegroups.com, Ken Takata
Hi,

2013/08/22 Thu 21:14:43 UTC+9 Bram Moolenaar wrote:
> Ken Takata wrote:
>
> > I found some minor mistakes in comments related Japanese.
>
> Thanks. I'll include it but won't send out a patch for it.

I found another typo in a comment.

--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -263,7 +263,7 @@
#endif

/* Some "prep work" definition to be able to compile the MacOS X
- * version with os_unix.x instead of os_mac.c. Based on the result
+ * version with os_unix.c instead of os_mac.c. Based on the result
* of ./configure for console MacOS X.
*/

Regards,
Ken Takata

Reply all
Reply to author
Forward
0 new messages