| Index: remoting/base/breakpad.h | 
| diff --git a/remoting/base/breakpad.h b/remoting/base/breakpad.h | 
| index 7e1f0a40ea92c7f9efb60608846d1cf20b3eaa2a..5d81eb52ef0417fb3fcac1962af7f650dbaa5a14 100644 | 
| --- a/remoting/base/breakpad.h | 
| +++ b/remoting/base/breakpad.h | 
| @@ -11,9 +11,9 @@ namespace remoting { | 
| // that the user has agreed to crash dump reporting. | 
| // | 
| // Crash reporting has to be initialized as early as possible (e.g. the first | 
| -// thing in main()) to catch crashes occured during the process startup. | 
| -// The crashes occurred while invoking the static objects' constructors will not | 
| -// be caught and reported. This should not be a problem as the static non POD | 
| +// thing in main()) to catch crashes occuring during process startup. | 
| +// Crashes which occur during the global static construction phase will not | 
| +// be caught and reported. This should not be a problem as static non-POD | 
| // objects are not allowed by the style guide and exceptions to this rule are | 
| // rare. | 
| void InitializeCrashReporting(); | 
|  |