aboutsummaryrefslogtreecommitdiff
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:32 +0000
commit26199789ed6b8ec8bebeee67df1df4b29d465a79 (patch)
tree8747a5906803aac99962924cdc3fbc4a2ebbf2fa
parent3edb53eeed578fcccb13c4205c950f6938585240 (diff)
downloadbitcoin-26199789ed6b8ec8bebeee67df1df4b29d465a79.tar.xz
Fix a few typos
-rw-r--r--src/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp
index cae01dffe6..6e31540f2a 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -852,7 +852,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)
//
int64 GetTime()
@@ -958,7 +958,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