| Index: components/tracing/docs/adding_memory_infra_tracing.md
|
| diff --git a/components/tracing/docs/adding_memory_infra_tracing.md b/components/tracing/docs/adding_memory_infra_tracing.md
|
| index f60f65e7f5a41a2125ebf1eebb26ea42f6b3e6fd..7960e153dd1800335bd0a102dda9a6897e19db26 100644
|
| --- a/components/tracing/docs/adding_memory_infra_tracing.md
|
| +++ b/components/tracing/docs/adding_memory_infra_tracing.md
|
| @@ -148,7 +148,7 @@ base::trace_event::MemoryAllocatorDump* target_mad =
|
| // When creating an edge, you can assign an importance to this edge. If all
|
| // edges have the same importance, the size of the allocation will be split
|
| // between all sources which create a dump for the allocation. If one
|
| -// edge has higher importance than the others, its soruce will be assigned the
|
| +// edge has higher importance than the others, its source will be assigned the
|
| // full size of the allocation.
|
| const int kImportance = 1;
|
| process_memory_dump->AddOwnershipEdge(
|
|
|