Fix a few typos

This commit is contained in:
fanquake
2012-06-29 17:26:45 +08:00
parent 5fa83965f2
commit e749405297
5 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ void PrintLockContention(const char* pszName, const char* pszFile, int nLine)
// --> may result in deadlock between the two threads, depending on when they run.
// Solution implemented here:
// Keep track of pairs of locks: (A before B), (A before C), etc.
// Complain if any thread trys to lock in a different order.
// Complain if any thread tries to lock in a different order.
//
struct CLockLocation