summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/engine/model_safe_worker.cc
diff options
context:
space:
mode:
authorpvalenzuela <pvalenzuela@chromium.org>2015-06-29 15:13:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-29 22:15:22 +0000
commit501ccfd4399795482a3747b2f908f2ce7aa46c06 (patch)
treee995777b382cad531fc21078405e9ec88dda2150 /sync/internal_api/public/engine/model_safe_worker.cc
parenta0816b68f09c8e38e2f7f1fc5ea1d81330734ccd (diff)
downloadchromium_src-501ccfd4399795482a3747b2f908f2ce7aa46c06.zip
chromium_src-501ccfd4399795482a3747b2f908f2ce7aa46c06.tar.gz
chromium_src-501ccfd4399795482a3747b2f908f2ce7aa46c06.tar.bz2
Make Sync comments gender-neutral
This CL also fixes a typo that was caught by a gender-specific regex. BUG=NONE Review URL: https://codereview.chromium.org/1215633004 Cr-Commit-Position: refs/heads/master@{#336656}
Diffstat (limited to 'sync/internal_api/public/engine/model_safe_worker.cc')
-rw-r--r--sync/internal_api/public/engine/model_safe_worker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/public/engine/model_safe_worker.cc b/sync/internal_api/public/engine/model_safe_worker.cc
index f054e50..d43389d 100644
--- a/sync/internal_api/public/engine/model_safe_worker.cc
+++ b/sync/internal_api/public/engine/model_safe_worker.cc
@@ -83,7 +83,7 @@ void ModelSafeWorker::RequestStop() {
// Set stop flag but don't signal work_done_or_stopped_ to unblock sync loop
// because the worker may be working and depending on sync command object
- // living on sync thread. his prevents any *further* tasks from being posted
+ // living on sync thread. This prevents any *further* tasks from being posted
// to worker threads (see DoWorkAndWaitUntilDone below), but note that one
// may already be posted.
stopped_ = true;