diff options
Diffstat (limited to 'src/btmutex.c')
-rw-r--r-- | src/btmutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btmutex.c b/src/btmutex.c index 45745b001..232831e03 100644 --- a/src/btmutex.c +++ b/src/btmutex.c @@ -178,7 +178,7 @@ int sqlite3BtreeHoldsMutex(Btree *p){ ** ** There is a corresponding leave-all procedures. ** -** Enter the mutexes in accending order by BtShared pointer address +** Enter the mutexes in ascending order by BtShared pointer address ** to avoid the possibility of deadlock when two threads with ** two or more btrees in common both try to lock all their btrees ** at the same instant. |