diff options
author | drh <drh@noemail.net> | 2012-01-04 12:57:45 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2012-01-04 12:57:45 +0000 |
commit | e4c88c0c384f681374a51983f90398e4d5cb1825 (patch) | |
tree | 809531e9b1aadb5d48e74329a40a5737e02f9754 /src/mutex_unix.c | |
parent | 52bcde0e2d73c73a16a05b8e6a637b60034e9b48 (diff) | |
download | sqlite-e4c88c0c384f681374a51983f90398e4d5cb1825.tar.gz sqlite-e4c88c0c384f681374a51983f90398e4d5cb1825.zip |
Fix typos and comments and make minor changes to a few function names,
as suggested by readership.
FossilOrigin-Name: e9d05cbb7676cbda83f1b3b71447404d7edde898
Diffstat (limited to 'src/mutex_unix.c')
-rw-r--r-- | src/mutex_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex_unix.c b/src/mutex_unix.c index aa9a8cf26..eca729583 100644 --- a/src/mutex_unix.c +++ b/src/mutex_unix.c @@ -348,4 +348,4 @@ sqlite3_mutex_methods const *sqlite3DefaultMutex(void){ return &sMutex; } -#endif /* SQLITE_MUTEX_PTHREAD */ +#endif /* SQLITE_MUTEX_PTHREADS */ |