| 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
|
|
|