Index: base/base_paths.cc |
diff --git a/base/base_paths.cc b/base/base_paths.cc |
index 1beb9c7482eb0f847760c1448f9590cfafbb3cd6..80105b6e17594af637b280c0cbe17d6719803607 100644 |
--- a/base/base_paths.cc |
+++ b/base/base_paths.cc |
@@ -11,7 +11,7 @@ |
namespace base { |
bool PathProvider(int key, FilePath* result) { |
- // NOTE: DIR_CURRENT is a special cased in PathService::Get |
+ // NOTE: DIR_CURRENT is a special case in PathService::Get |
FilePath cur; |
switch (key) { |