Skip to content

Commit 40e6f11

Browse files
benjaminpcopybara-github
authored andcommitted
Fix typo.
Closes #18938. PiperOrigin-RevId: 548718373 Change-Id: I2c6d3a52fbaf52b03fe4d1498f2c69c34b11b6f9
1 parent 93ad589 commit 40e6f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/collect/compacthashset/CompactHashSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* order. Any removal invalidates any ordering guarantees.
6363
*
6464
* <p>NOTE: This is an older version of Guava's {@code
65-
* com.google.java.common.colllect.CompactHashSet}, but it outperforms the newer version on large
65+
* com.google.java.common.collect.CompactHashSet}, but it outperforms the newer version on large
6666
* builds significantly, as it uses only 50% of cpu time in comparison.
6767
*/
6868
public class CompactHashSet<E> extends AbstractSet<E> {

0 commit comments

Comments
 (0)