aboutsummaryrefslogtreecommitdiff
path: root/src/sync.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2012-06-29 17:26:45 +0800
committerfanquake <fanquake@gmail.com>2012-06-29 17:26:45 +0800
commite7494052975c60032629112390325f7e20817308 (patch)
tree7ed7831315250c54c0f7738166ace95b5e29f151 /src/sync.cpp
parent5fa83965f22ae92f86de74104b621c2168d37698 (diff)
downloadbitcoin-e7494052975c60032629112390325f7e20817308.tar.xz
Fix a few typos
Diffstat (limited to 'src/sync.cpp')
-rw-r--r--src/sync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.cpp b/src/sync.cpp
index dbd9ebdaee..54ad7de4e6 100644
--- a/src/sync.cpp
+++ b/src/sync.cpp
@@ -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