summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-05-22 19:19:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-05-22 19:19:40 +0000
commitd9c8326e35724819343c0e8b0407b2eea6f0e247 (patch)
treeb6553fad8bb6a7c0222d427b8d129aec169b2d72 /maint
parent3d1a89bf52d513be1eb7f4704455009b0b987601 (diff)
downloadpcre-d9c8326e35724819343c0e8b0407b2eea6f0e247.tar.gz
Typo in comment.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@522 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'maint')
-rw-r--r--maint/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint/utf8.c b/maint/utf8.c
index 91103d0..b7d8c7d 100644
--- a/maint/utf8.c
+++ b/maint/utf8.c
@@ -36,7 +36,7 @@ static const unsigned char utf8_table4[] = {
*************************************************/
/* 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