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:49 +0000
commitd477028247a7de1f1e2acabe85d5d281bd8f62cf (patch)
tree9b08c935eba848c126fe3fe5e1871f03c381211b /src/util.cpp
parent19920202cc73c72f7cf5df8eb0d158f6713ef6f5 (diff)
downloadbitcoin-d477028247a7de1f1e2acabe85d5d281bd8f62cf.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 94bdba6ffb..a4424a4632 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -991,7 +991,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
@@ -1116,7 +1116,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
// --> 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