aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2012-06-29 17:26:45 +0800
committerLuke Dashjr <luke-jr+git@utopios.org>2012-07-05 23:54:41 +0000
commit46761b339cd57c5de56c2ae5c7a6d8fa592567ce (patch)
tree5c22fbbd130c9289a5114ebfbbb210c35a30cd3d /src/util.cpp
parentee29ad27b365be363fdbc7f4db99c306c090404c (diff)
downloadbitcoin-46761b339cd57c5de56c2ae5c7a6d8fa592567ce.tar.xz
Fix a few typos
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 0311203828..1f120e18d6 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -946,7 +946,7 @@ void ShrinkDebugFile()
// "Never go to sea with two chronometers; take one or three."
// Our three time sources are:
// - System clock
-// - Median of other nodes's clocks
+// - Median of other nodes clocks
// - The user (asking the user to fix the system clock if the first two disagree)
//
static int64 nMockTime = 0; // For unit testing
@@ -1061,7 +1061,7 @@ string FormatFullVersion()
// --> 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