summaryrefslogtreecommitdiffstats
path: root/base/thread.h
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 15:40:45 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 15:40:45 +0000
commitafac7d75339e81091b8e7e7e801d60eb5a1dbb45 (patch)
treef3523c33f6700832fbaf8be25f25f62ac24be6fe /base/thread.h
parent534e54bfc89ebbdbb345c3b643dc20b2643f1fee (diff)
downloadchromium_src-afac7d75339e81091b8e7e7e801d60eb5a1dbb45.zip
chromium_src-afac7d75339e81091b8e7e7e801d60eb5a1dbb45.tar.gz
chromium_src-afac7d75339e81091b8e7e7e801d60eb5a1dbb45.tar.bz2
Fix Frenglish transliteration.
NO CODE CHANGE. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/thread.h')
-rw-r--r--base/thread.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/thread.h b/base/thread.h
index bb8502e..37d4eb8 100644
--- a/base/thread.h
+++ b/base/thread.h
@@ -94,14 +94,14 @@ class Thread {
// Signals the thread to exit in the near future.
//
// WARNING: This function is not meant to be commonly used. Use at your own
- // risk. Calling this function will cause message_loop() being invalidated in
+ // risk. Calling this function will cause message_loop() to become invalid in
// the near future. This function was created to workaround a specific
// deadlock on Windows with printer worker thread. In any other case, Stop()
// should be used.
//
- // StopSoon should not called multiple times and is risky to do so. It could
- // cause a timing issue in message_loop() access. Call Stop() to reset the
- // thread object once it is known that the thread has quit.
+ // StopSoon should not be called multiple times as it is risky to do so. It
+ // could cause a timing issue in message_loop() access. Call Stop() to reset
+ // the thread object once it is known that the thread has quit.
void StopSoon();
// Returns the message loop for this thread. Use the MessageLoop's