diff options
author | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 00:23:28 +0000 |
---|---|---|
committer | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 00:23:28 +0000 |
commit | 16d12570ba2e4697f772aba9b6da45ce5f4b13e1 (patch) | |
tree | e285a483ec72a8bb15361f9272741bf4eb8b409b /chrome | |
parent | d3824ce2bbfc1cbf2c871ab7239487aa72d49a1b (diff) | |
download | chromium_src-16d12570ba2e4697f772aba9b6da45ce5f4b13e1.zip chromium_src-16d12570ba2e4697f772aba9b6da45ce5f4b13e1.tar.gz chromium_src-16d12570ba2e4697f772aba9b6da45ce5f4b13e1.tar.bz2 |
Fix a comment typo. No code change.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25129 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/browser_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 5915169..ef3b6d7 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -99,7 +99,7 @@ class BrowserProcess { virtual base::Thread* db_thread() = 0; #if defined(OS_LINUX) - // Returns the thread that is used to process UI requests in cases were + // Returns the thread that is used to process UI requests in cases where // we can't route the request to the UI thread. Note that this thread // should only be used by the IO thread and this method is only safe to call // from the UI thread so, if you've ended up here, something has gone wrong. |