Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 2c5b28e33439476497d316863eee34e59dfedcbd..d5c90dc46d16beacdc8b98accbb0e3faccb7f9f1 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -1333,7 +1333,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { |
// the calls below end up implicitly creating threads and as such new calls |
// typically either belong before them or in a later startup phase. |
- // Now the command line has been mutated based on about:flags, we can |
+ // Now that the command line has been mutated based on about:flags, we can |
// initialize field trials and setup metrics. The field trials are needed by |
// IOThread's initialization which happens in BrowserProcess:PreCreateThreads. |
SetupFieldTrials(); |