aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordan <dan@noemail.net>2010-07-13 18:45:10 +0000
committerdan <dan@noemail.net>2010-07-13 18:45:10 +0000
commit0c1736026a6fc30a9955b4728ff82c73ddd5bc73 (patch)
tree9d11991bcb4cfd22ceb0bf6cc3009fc928db212f /src
parentda9fe0c327ae952c3e16587e069a878888b3c089 (diff)
downloadsqlite-0c1736026a6fc30a9955b4728ff82c73ddd5bc73.tar.gz
sqlite-0c1736026a6fc30a9955b4728ff82c73ddd5bc73.zip
Fix a typo in a comment in sqlite.h.in.
FossilOrigin-Name: 4a6c4b6605ddce59e586ab17024de5269191a823
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index 4545a91fa..7c6511f0f 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -480,7 +480,7 @@ int sqlite3_exec(
/*
** CAPI3REF: Device Characteristics
**
-** The xDeviceCapabilities method of the [sqlite3_io_methods]
+** The xDeviceCharacteristics method of the [sqlite3_io_methods]
** object returns an integer which is a vector of the these
** bit values expressing I/O characteristics of the mass storage
** device that holds the file that the [sqlite3_io_methods]