aboutsummaryrefslogtreecommitdiff
path: root/src/test_fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_fuzzer.c')
-rw-r--r--src/test_fuzzer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test_fuzzer.c b/src/test_fuzzer.c
index 60d56ee1e..d32a39c15 100644
--- a/src/test_fuzzer.c
+++ b/src/test_fuzzer.c
@@ -1127,8 +1127,7 @@ static int fuzzerBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
}
/*
-** A virtual table module that provides read-only access to a
-** Tcl global variable namespace.
+** A virtual table module that implements the "fuzzer".
*/
static sqlite3_module fuzzerModule = {
0, /* iVersion */