aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/nextchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/misc/nextchar.c')
-rw-r--r--ext/misc/nextchar.c2
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.