Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3156)

Unified Diff: base/trace_event/trace_category.h

Issue 2929673005: Code cleanup and typos in trace_event [NFC] (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/trace_event/memory_tracing_observer.cc ('k') | base/trace_event/trace_category_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/trace_category.h
diff --git a/base/trace_event/trace_category.h b/base/trace_event/trace_category.h
index 5a7915ac03866af8881307ea06985530fc0aaad4..792bc5e53e6df6781e992342bde2264dd55b4b3b 100644
--- a/base/trace_event/trace_category.h
+++ b/base/trace_event/trace_category.h
@@ -96,7 +96,7 @@ struct TraceCategory {
uint8_t state_;
// When ENABLED_FOR_FILTERING is set, this contains a bitmap to the
- // coressponding filter (see event_filters.h).
+ // corresponding filter (see event_filters.h).
uint32_t enabled_filters_;
// TraceCategory group names are long lived static strings.
« no previous file with comments | « base/trace_event/memory_tracing_observer.cc ('k') | base/trace_event/trace_category_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698