1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Change all instances of "it's" in comments to either "its" or "it is",

as appropriate, in case the comments are ever again read by a pedantic
grammarian.  Ticket #2840. (CVS 4629)

FossilOrigin-Name: 4e91a267febda572e7239f0f1cc66b3102558c36
This commit is contained in:
drh
2007-12-13 21:54:09 +00:00
parent 31da1d796b
commit 85b623f2f9
41 changed files with 151 additions and 153 deletions

View File

@@ -14,7 +14,7 @@
** test that sqlite3 database handles may be concurrently accessed by
** multiple threads. Right now this only works on unix.
**
** $Id: test_thread.c,v 1.5 2007/12/13 18:29:36 drh Exp $
** $Id: test_thread.c,v 1.6 2007/12/13 21:54:11 drh Exp $
*/
#include "sqliteInt.h"
@@ -131,7 +131,7 @@ static Tcl_ThreadCreateType tclScriptThread(ClientData pSqlThread){
/*
** sqlthread spawn VARNAME SCRIPT
**
** Spawn a new thread with it's own Tcl interpreter and run the
** Spawn a new thread with its own Tcl interpreter and run the
** specified SCRIPT(s) in it. The thread terminates after running
** the script. The result of the script is stored in the variable
** VARNAME.