aboutsummaryrefslogtreecommitdiff
path: root/src/test_async.c
diff options
context:
space:
mode:
authordanielk1977 <danielk1977@noemail.net>2009-04-21 18:20:45 +0000
committerdanielk1977 <danielk1977@noemail.net>2009-04-21 18:20:45 +0000
commitdcc1f44020da1ee775354154fef7afc0b127c9db (patch)
treeca0a9f3fdb0a310a93036f06b7c5d7d5ab50eb92 /src/test_async.c
parent732dc5526bafbf7962024c76bd1f677754d1f43b (diff)
downloadsqlite-dcc1f44020da1ee775354154fef7afc0b127c9db.tar.gz
sqlite-dcc1f44020da1ee775354154fef7afc0b127c9db.zip
Move RowHashBlock.nUsed to RowHash.nUsed. Fix a typo in a comment in test_async.c. (CVS 6533)
FossilOrigin-Name: 799d31d99fd18a6f99862433384e37d6747ee5b3
Diffstat (limited to 'src/test_async.c')
-rw-r--r--src/test_async.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test_async.c b/src/test_async.c
index 40cd65d16..982527926 100644
--- a/src/test_async.c
+++ b/src/test_async.c
@@ -10,7 +10,7 @@
**
*************************************************************************
**
-** $Id: test_async.c,v 1.57 2009/04/07 11:21:29 danielk1977 Exp $
+** $Id: test_async.c,v 1.58 2009/04/21 18:20:45 danielk1977 Exp $
**
** This file contains an example implementation of an asynchronous IO
** backend for SQLite.
@@ -73,7 +73,7 @@
** between the concurrency offered by "normal" SQLite and SQLite
** using the asynchronous backend.
**
-** If connections from within multiple database files may access the
+** If connections from within multiple processes may access the
** database file, the ENABLE_FILE_LOCKING symbol (see below) must be
** defined. If it is not defined, then no locks are established on
** the database file. In this case, if multiple processes access