| Index: services/tracing/tracing.mojom
|
| diff --git a/services/tracing/tracing.mojom b/services/tracing/tracing.mojom
|
| index 64bbd20a89877ecbc6f8004e9be2255ca6a98b4b..fa8be1f655df695b43a8a17d294dd40f74b30a54 100644
|
| --- a/services/tracing/tracing.mojom
|
| +++ b/services/tracing/tracing.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module tracing;
|
|
|
| -// To particate in the tracing ecosystem, implement the TraceController
|
| +// To participate in the tracing ecosystem, implement the TraceController
|
| // interface and connect to the tracing app. Then, when the controller's Start()
|
| // function is called collect tracing data and pass it back via the provided
|
| // TraceDataCollector interface up until Stop() is called.
|
|
|