Index: src/unique.h |
diff --git a/src/unique.h b/src/unique.h |
index a93b04699350dddc4aa9de528eba9abfbd199177..a2f29e433535f33bbb9db08dec02de672f783941 100644 |
--- a/src/unique.h |
+++ b/src/unique.h |
@@ -278,7 +278,7 @@ class UniqueSet V8_FINAL : public ZoneObject { |
return out; |
} |
- // Makes an exact copy of this set. O(|this| + |that|). |
+ // Makes an exact copy of this set. O(|this|). |
UniqueSet<T>* Copy(Zone* zone) const { |
UniqueSet<T>* copy = new(zone) UniqueSet<T>(); |
copy->size_ = this->size_; |