aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <>2025-05-19 12:34:11 +0000
committerdrh <>2025-05-19 12:34:11 +0000
commita58208a2142d24c41fc258903a43809f7177780a (patch)
tree5d6dd28d729fc080346f05e44a8540ea559f984b /src
parentacf95a3217253fe156114ec60cc2e164e6f6d044 (diff)
downloadsqlite-a58208a2142d24c41fc258903a43809f7177780a.tar.gz
sqlite-a58208a2142d24c41fc258903a43809f7177780a.zip
Fix a harmless comment typo
FossilOrigin-Name: c4d25acec3c1e28e5a4664a74c263cc0d00e118a6db4b26b51cb0d42d0f2b26f
Diffstat (limited to 'src')
-rw-r--r--src/utf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utf.c b/src/utf.c
index e24e1586b..2efcd6791 100644
--- a/src/utf.c
+++ b/src/utf.c
@@ -108,7 +108,7 @@ static const unsigned char sqlite3Utf8Trans1[] = {
/*
** Write a single UTF8 character whose value is v into the
** buffer starting at zOut. zOut must be sized to hold at
-** least for bytes. Return the number of bytes needed
+** least four bytes. Return the number of bytes needed
** to encode the new character.
*/
int sqlite3AppendOneUtf8Character(char *zOut, u32 v){