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

Fix typos in comments. No changes to code.

FossilOrigin-Name: 6827338ecbe43e28da88d919851ebffde9f6d398
This commit is contained in:
drh
2011-12-31 21:51:55 +00:00
parent 23a3de398e
commit b8a45bbdb8
7 changed files with 22 additions and 22 deletions

View File

@@ -50,7 +50,7 @@ const char *sqlite3_sourceid(void){ return SQLITE_SOURCE_ID; }
int sqlite3_libversion_number(void){ return SQLITE_VERSION_NUMBER; }
/* IMPLEMENTATION-OF: R-54823-41343 The sqlite3_threadsafe() function returns
** zero if and only if SQLite was compiled mutexing code omitted due to
** zero if and only if SQLite was compiled with mutexing code omitted due to
** the SQLITE_THREADSAFE compile-time option being set to 0.
*/
int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; }