diff options
author | drh <drh@noemail.net> | 2013-07-02 00:06:31 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2013-07-02 00:06:31 +0000 |
commit | aaf528e09f9ca6e3f4025edbf89c6b0a577a8d5e (patch) | |
tree | 89e5036c508920af89dfda2b4e6724f0d51d6191 /ext/misc/nextchar.c | |
parent | 05ef18c84dcafcf342c6dbd742ee8f193be391f7 (diff) | |
download | sqlite-aaf528e09f9ca6e3f4025edbf89c6b0a577a8d5e.tar.gz sqlite-aaf528e09f9ca6e3f4025edbf89c6b0a577a8d5e.zip |
Fix harmless typos in comments of two extensions.
FossilOrigin-Name: 1c3ed47b71844d062c4e9a315f2f368b382684cc
Diffstat (limited to 'ext/misc/nextchar.c')
-rw-r--r-- | ext/misc/nextchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/nextchar.c b/ext/misc/nextchar.c index e063043e0..20b6f28f7 100644 --- a/ext/misc/nextchar.c +++ b/ext/misc/nextchar.c @@ -12,7 +12,7 @@ ** ** This file contains code to implement the next_char(A,T,F,W) SQL function. ** -** The next_char(A,T,F,H) function finds all valid "next" characters for +** The next_char(A,T,F,W) function finds all valid "next" characters for ** string A given the vocabulary in T.F. The T.F field should be indexed. ** If the W value exists and is a non-empty string, then it is an SQL ** expression that limits the entries in T.F that will be considered. |