[Pcre-svn] [522] code/trunk/maint/utf8.c: Typo in comment.

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [522] code/trunk/maint/utf8.c: Typo in comment.
Revision: 522
          http://vcs.pcre.org/viewvc?view=rev&revision=522
Author:   ph10
Date:     2010-05-22 20:19:40 +0100 (Sat, 22 May 2010)


Log Message:
-----------
Typo in comment.

Modified Paths:
--------------
    code/trunk/maint/utf8.c


Modified: code/trunk/maint/utf8.c
===================================================================
--- code/trunk/maint/utf8.c    2010-05-22 19:03:35 UTC (rev 521)
+++ code/trunk/maint/utf8.c    2010-05-22 19:19:40 UTC (rev 522)
@@ -36,7 +36,7 @@
 *************************************************/


/* This function takes an integer value in the range 0 - 0x7fffffff
-and encodes it as a UTF-8 character in 0 to 6 bytes.
+and encodes it as a UTF-8 character in 1 to 6 bytes.

 Arguments:   
   cvalue     the character value