| Index: base/debug/trace_event.h
|
| diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
|
| index 2bfab560b3b7dacb2c4a4a10ae8c25d9dd862eb9..7aed02e9fc8c860b15988f555af036af8d01f869 100644
|
| --- a/base/debug/trace_event.h
|
| +++ b/base/debug/trace_event.h
|
| @@ -54,7 +54,7 @@
|
| // which is threadsafe internally via TraceLog::lock_. The enabled flag may
|
| // cause some threads to incorrectly call or skip calling AddTraceEvent near
|
| // the time of the system being enabled or disabled. This is acceptable as
|
| -// we tollerate some data loss while the system is being enabled/disabled and
|
| +// we tolerate some data loss while the system is being enabled/disabled and
|
| // because AddTraceEvent is threadsafe internally and checks the enabled state
|
| // again under lock.
|
| //
|
|
|