aboutsummaryrefslogtreecommitdiff
path: root/src/checkqueue.h
diff options
context:
space:
mode:
authorbikinibabe <amberwelch@unomaha.edu>2015-01-31 15:07:55 -0500
committerCory Fields <cory-nospam-@coryfields.com>2015-01-31 17:38:28 -0500
commitee932025c1a318943a6b101be9fe7a4a2e10648c (patch)
treecca272581d2cb6b9bf39283f3e4ab26da032a4fc /src/checkqueue.h
parent1fa89a54e8c207564ea7acd262e6389174feaed9 (diff)
downloadbitcoin-ee932025c1a318943a6b101be9fe7a4a2e10648c.tar.xz
Changed pronouns for correctness and inclusivity
Diffstat (limited to 'src/checkqueue.h')
-rw-r--r--src/checkqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkqueue.h b/src/checkqueue.h
index b8e2a17c76..7ca825c16f 100644
--- a/src/checkqueue.h
+++ b/src/checkqueue.h
@@ -81,7 +81,7 @@ private:
fAllOk &= fOk;
nTodo -= nNow;
if (nTodo == 0 && !fMaster)
- // We processed the last element; inform the master he can exit and return the result
+ // We processed the last element; inform the master he or she can exit and return the result
condMaster.notify_one();
} else {
// first iteration