diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 16:00:38 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 16:00:38 +0000 |
commit | d324ab33283100c0800809b394cbde3dd1dcd801 (patch) | |
tree | da83b2b01f7346790f1cf426cf7f252fa6d30089 /chrome/common/chrome_switches.cc | |
parent | 7cb98a23d0be29c2b5ceafa6f9e4b1d8e98cd282 (diff) | |
download | chromium_src-d324ab33283100c0800809b394cbde3dd1dcd801.zip chromium_src-d324ab33283100c0800809b394cbde3dd1dcd801.tar.gz chromium_src-d324ab33283100c0800809b394cbde3dd1dcd801.tar.bz2 |
Cleanup some comment typos.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@984 0039d316-1c4b-4281-b951-d872f2087c98
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"; |