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

Unified Diff: base/trace_event/blame_context.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 | « no previous file | base/trace_event/heap_profiler_allocation_context_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/blame_context.h
diff --git a/base/trace_event/blame_context.h b/base/trace_event/blame_context.h
index 0bcb7e4c51d94e037a77c619551e531c9cbc3226..a973a28fd2859ddfdf14280896ebf8fafe060c49 100644
--- a/base/trace_event/blame_context.h
+++ b/base/trace_event/blame_context.h
@@ -82,7 +82,7 @@ class BASE_EXPORT BlameContext
void Enter();
// Leave and stop doing work for a previously entered blame context. If
- // another blame context belongin to the same tree was entered prior to this
+ // another blame context belonging to the same tree was entered prior to this
// one, it becomes the active blame context for this thread again. Similar
// to Enter(), this function can be called in a thread different from where
// the blame context was created, and the same requirement on thread safety
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_allocation_context_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698