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

Unified Diff: base/trace_event/memory_dump_provider_info.h

Issue 2929673005: Code cleanup and typos in trace_event [NFC] (Closed)
Patch Set: Created 3 years, 6 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 | « base/trace_event/memory_dump_manager.h ('k') | base/trace_event/memory_peak_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_provider_info.h
diff --git a/base/trace_event/memory_dump_provider_info.h b/base/trace_event/memory_dump_provider_info.h
index aeacea1255c7245c8901effa85163323c2377be3..9d18b82134353ae0f664b23edf5161f0770c38eb 100644
--- a/base/trace_event/memory_dump_provider_info.h
+++ b/base/trace_event/memory_dump_provider_info.h
@@ -31,7 +31,7 @@ namespace trace_event {
// At any time, there is at most one instance of this class for each instance
// of a given MemoryDumpProvider, but there might be several scoped_refptr
// holding onto each of this. Specifically:
-// - In nominal conditions, there is a refptr for each registerd MDP in the
+// - In nominal conditions, there is a refptr for each registered MDP in the
// MDM's |dump_providers_| list.
// - In most cases, the only refptr (in the |dump_providers_| list) is destroyed
// by MDM::UnregisterDumpProvider().
« no previous file with comments | « base/trace_event/memory_dump_manager.h ('k') | base/trace_event/memory_peak_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698