Index: runtime/bin/hashmap_test.cc |
diff --git a/runtime/bin/hashmap_test.cc b/runtime/bin/hashmap_test.cc |
index b51d1cfb0ff7701616a14f3142e391f68bfe4fd0..3a741381891fe76847c7e9b667d75cdf0057ee67 100644 |
--- a/runtime/bin/hashmap_test.cc |
+++ b/runtime/bin/hashmap_test.cc |
@@ -146,7 +146,7 @@ void TestSet(IntKeyHash hash, int size) { |
EXPECT(!set.Present(x)); |
x = x * factor + offset; |
- // Verify the the expected values are still there. |
+ // Verify the expected values are still there. |
int y = start; |
for (uint32_t j = 0; j < n; j++) { |
if (j <= i) { |