diff options
author | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 23:49:32 +0000 |
---|---|---|
committer | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 23:49:32 +0000 |
commit | cdda5b4601bbf6c84aee963defad416fa607dfef (patch) | |
tree | fb207d57425745a04d68726df4550442c99d4e4b /base/debug/trace_event.h | |
parent | a9b08b5392ed3b37c80071e62c8696a95a990a1e (diff) | |
download | chromium_src-cdda5b4601bbf6c84aee963defad416fa607dfef.zip chromium_src-cdda5b4601bbf6c84aee963defad416fa607dfef.tar.gz chromium_src-cdda5b4601bbf6c84aee963defad416fa607dfef.tar.bz2 |
Nits fix on trace_event.h and child_trace_message_filter.cc
BUG=
TEST=
Review URL: http://codereview.chromium.org/7004011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug/trace_event.h')
-rw-r--r-- | base/debug/trace_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h index 2bfab56..7aed02e9 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. // |