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

Unified Diff: components/tracing/docs/adding_memory_infra_tracing.md

Issue 2322343002: Fix "notificiation" and "soruce" typos. (Closed)
Patch Set: Created 4 years, 3 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 | « components/sync/driver/backend_migrator.h ('k') | ios/chrome/extension_repack.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « components/sync/driver/backend_migrator.h ('k') | ios/chrome/extension_repack.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698