1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix comment in the Win32 VFS for lsm1.

FossilOrigin-Name: 12a421bcacf72128426eeafed8663accd8f2ac7edb46f620b60b8239065e657e
This commit is contained in:
mistachkin
2017-07-07 21:20:26 +00:00
parent 85bd1cd52b
commit 50963c9da8
3 changed files with 8 additions and 8 deletions

View File

@ -951,7 +951,7 @@ static int lsmWin32OsMutexNotHeld(lsm_mutex *p){
}
#endif
/*
** End of pthreads mutex implementation.
** End of Win32 mutex implementation.
*************************************************************************/
#else
/*************************************************************************