Skip to content

Commit

Permalink
Fix the header comment on the implementation of the
Browse files Browse the repository at this point in the history
file_control_sizehint_test TCL command in test1.c.
  • Loading branch information
D. Richard Hipp committed Aug 13, 2011
1 parent 6fed634 commit 25508b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test1.c
Original file line number Diff line number Diff line change
Expand Up @@ -4991,9 +4991,8 @@ static int file_control_chunksize_test(
/*
** tclcmd: file_control_sizehint_test DB DBNAME SIZE
**
** This TCL command runs the sqlite3_file_control interface and
** verifies correct operation of the SQLITE_GET_LOCKPROXYFILE and
** SQLITE_SET_LOCKPROXYFILE verbs.
** This TCL command runs the sqlite3_file_control interface
** with SQLITE_FCNTL_SIZE_HINT
*/
static int file_control_sizehint_test(
ClientData clientData, /* Pointer to sqlite3_enable_XXX function */
Expand Down

0 comments on commit 25508b7

Please sign in to comment.