1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Fix typos and comments and make minor changes to a few function names,

as suggested by readership.

FossilOrigin-Name: e9d05cbb7676cbda83f1b3b71447404d7edde898
This commit is contained in:
drh
2012-01-04 12:57:45 +00:00
parent 52bcde0e2d
commit e4c88c0c38
12 changed files with 47 additions and 45 deletions

View File

@@ -348,4 +348,4 @@ sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
return &sMutex;
}
#endif /* SQLITE_MUTEX_PTHREAD */
#endif /* SQLITE_MUTEX_PTHREADS */