| Index: base/trace_event/trace_event.h
|
| diff --git a/base/trace_event/trace_event.h b/base/trace_event/trace_event.h
|
| index 51e6927cbd5b1724821e77f41d848e94f11f59ad..07fd84157ed8c6cfb676e4c13b7ec1a87f4d44b2 100644
|
| --- a/base/trace_event/trace_event.h
|
| +++ b/base/trace_event/trace_event.h
|
| @@ -50,7 +50,7 @@
|
| // TRACE_ID_WITH_SCOPE("BlinkResourceID", resourceID));
|
| //
|
| // Also, it is possible to prepend the ID with another number, like the process
|
| -// ID. This is useful in creatin IDs that are unique among all processes. To do
|
| +// ID. This is useful in creating IDs that are unique among all processes. To do
|
| // that, pass two numbers after the scope string instead of one. For example,
|
| //
|
| // TRACE_EVENT_NESTABLE_ASYNC_BEGIN0(
|
|
|