Index: chrome/browser/process_singleton.h |
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h |
index a58b676337d03ca00a9f49b1d3bd5f46adf697e6..300c3a12b7a6a44f51b8501612006c2e5891118d 100644 |
--- a/chrome/browser/process_singleton.h |
+++ b/chrome/browser/process_singleton.h |
@@ -82,8 +82,8 @@ class ProcessSingleton : public base::NonThreadSafe { |
// false is returned, we are not the singleton instance and the caller must |
// exit. |
// NOTE: Most callers should generally prefer NotifyOtherProcessOrCreate() to |
- // this method, only callers for whom failure is prefered to notifying another |
- // process should call this directly. |
+ // this method, only callers for whom failure is preferred to notifying |
+ // another process should call this directly. |
bool Create(); |
// Clear any lock state during shutdown. |