[trivial] Fix recently introduced typos in comments

This commit is contained in:
practicalswift
2017-02-06 15:16:18 +01:00
parent 870cd2b58a
commit 0c9b9b7d64
8 changed files with 12 additions and 12 deletions

View File

@@ -435,7 +435,7 @@ UniValue setmocktime(const JSONRPCRequest& request)
// this could have an effect on mempool time-based eviction, as well as
// IsCurrentForFeeEstimation() and IsInitialBlockDownload().
// TODO: figure out the right way to synchronize around mocktime, and
// ensure all callsites of GetTime() are accessing this safely.
// ensure all call sites of GetTime() are accessing this safely.
LOCK(cs_main);
RPCTypeCheck(request.params, boost::assign::list_of(UniValue::VNUM));