aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2014-06-18 15:24:40 +0000
committerdrh <drh@noemail.net>2014-06-18 15:24:40 +0000
commit6c34e58e8fb73d9c526c33b3006801b249da8c07 (patch)
tree74c79b439e509d6c0ead854bf0a2c3710584ad0b /src
parentf9944b5053632fd64457f87a49d500c8114082a1 (diff)
downloadsqlite-6c34e58e8fb73d9c526c33b3006801b249da8c07.tar.gz
sqlite-6c34e58e8fb73d9c526c33b3006801b249da8c07.zip
Fix a comment on the sqlite3Utf8Read() routine. No changes to code.
FossilOrigin-Name: 5e514f6acebcfad4f18300d1a34f4917f1a746d9
Diffstat (limited to 'src')
-rw-r--r--src/utf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utf.c b/src/utf.c
index 96b679fff..97898746a 100644
--- a/src/utf.c
+++ b/src/utf.c
@@ -148,8 +148,8 @@ static const unsigned char sqlite3Utf8Trans1[] = {
** and rendered as themselves even though they are technically
** invalid characters.
**
-** * This routine accepts an infinite number of different UTF8 encodings
-** for unicode values 0x80 and greater. It do not change over-length
+** * This routine accepts over-length UTF8 encodings
+** for unicode values 0x80 and greater. It does not change over-length
** encodings to 0xfffd as some systems recommend.
*/
#define READ_UTF8(zIn, zTerm, c) \