diff options
author | bikinibabe <amberwelch@unomaha.edu> | 2015-01-31 15:07:55 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-01-31 17:38:28 -0500 |
commit | ee932025c1a318943a6b101be9fe7a4a2e10648c (patch) | |
tree | cca272581d2cb6b9bf39283f3e4ab26da032a4fc /src | |
parent | 1fa89a54e8c207564ea7acd262e6389174feaed9 (diff) |
Changed pronouns for correctness and inclusivity
Diffstat (limited to 'src')
-rw-r--r-- | src/checkqueue.h | 2 |
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 |