1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-08 03:22:21 +03:00

Fix a copy/paste error in a comment in the fuzzer. No changes to code.

FossilOrigin-Name: 7433f2b5508ebf09d0e3e32a995f1126eaab8999
This commit is contained in:
drh
2012-04-10 16:05:27 +00:00
parent 89d5d6a2a7
commit 35c86a94cf
3 changed files with 8 additions and 9 deletions

View File

@@ -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 */