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

Unified Diff: base/trace_event/memory_dump_manager.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
Index: base/trace_event/memory_dump_manager.h
diff --git a/base/trace_event/memory_dump_manager.h b/base/trace_event/memory_dump_manager.h
index 1018e453a43a2ee2868b478b83f309de1d6949f7..a6c6370465eb75fc9c882d640511c8632b99f369 100644
--- a/base/trace_event/memory_dump_manager.h
+++ b/base/trace_event/memory_dump_manager.h
@@ -63,7 +63,7 @@ class BASE_EXPORT MemoryDumpManager {
// Arguments:
// request_dump_function: Function to invoke a global dump. Global dump
// involves embedder-specific behaviors like multiprocess handshaking.
- // is_coordinator: True when current process coodinates the periodic dump
+ // is_coordinator: True when current process coordinates the periodic dump
// triggering.
void Initialize(RequestGlobalDumpFunction request_dump_function,
bool is_coordinator);
@@ -178,7 +178,7 @@ class BASE_EXPORT MemoryDumpManager {
friend class MemoryDumpManagerTest;
// Holds the state of a process memory dump that needs to be carried over
- // across task runners in order to fulfil an asynchronous CreateProcessDump()
+ // across task runners in order to fulfill an asynchronous CreateProcessDump()
// request. At any time exactly one task runner owns a
// ProcessMemoryDumpAsyncState.
struct ProcessMemoryDumpAsyncState {
@@ -280,7 +280,7 @@ class BASE_EXPORT MemoryDumpManager {
void GetDumpProvidersForPolling(
std::vector<scoped_refptr<MemoryDumpProviderInfo>>*);
- // An ordererd set of registered MemoryDumpProviderInfo(s), sorted by task
+ // An ordered set of registered MemoryDumpProviderInfo(s), sorted by task
// runner affinity (MDPs belonging to the same task runners are adjacent).
MemoryDumpProviderInfo::OrderedSet dump_providers_;
« no previous file with comments | « base/trace_event/heap_profiler_allocation_register_win.cc ('k') | base/trace_event/memory_dump_provider_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698