From 16d12570ba2e4697f772aba9b6da45ce5f4b13e1 Mon Sep 17 00:00:00 2001 From: "mdm@chromium.org" Date: Wed, 2 Sep 2009 00:23:28 +0000 Subject: 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 --- chrome/browser/browser_process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/browser_process.h') 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. -- cgit v1.1