Chromium Code Reviews| Index: src/hashmap.h |
| diff --git a/src/hashmap.h b/src/hashmap.h |
| index 78263111bf86fca9179a0549b0cc82a4865500fd..fabf3dc3ec2ef4c899d9c9550b4de5878c98661c 100644 |
| --- a/src/hashmap.h |
| +++ b/src/hashmap.h |
| @@ -59,7 +59,7 @@ class HashMap { |
| ~HashMap(); |
| - // HashMap entries are (key, value, hash) tripplets. |
| + // HashMap entries are (key, value, hash) triplets. |
| // Some clients may not need to use the value slot |
| // (e.g. implementers of sets, where the key is the value). |
| struct Entry { |