summaryrefslogtreecommitdiffstats
path: root/base/hash_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/hash_tables.h')
-rw-r--r--base/hash_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/hash_tables.h b/base/hash_tables.h
index 0ac2651..aa53b39 100644
--- a/base/hash_tables.h
+++ b/base/hash_tables.h
@@ -7,7 +7,7 @@
// Deal with the differences between Microsoft and GNU implemenations
// of hash_map. Allows all platforms to use |base::hash_map| and
// |base::hash_set|.
-// eg:
+// eg:
// base::hash_map<int> my_map;
// base::hash_set<int> my_set;
//