diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index b329125..4faa991 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -259,7 +259,7 @@ const wchar_t kAlwaysEnableDevTools[] = L"always-enable-dev-tools"; const wchar_t kTabCountToLoadOnSessionRestore[] = L"tab-count-to-load-on-session-restore"; -// Enable synamic loading of the Memory Profiler DLL, which will trace +// Enable dynamic loading of the Memory Profiler DLL, which will trace // all memory allocations during the run. const wchar_t kMemoryProfiling[] = L"memory-profile"; |