Skip to content

Commit 2a8c591

Browse files
committed
Spelling error
1 parent f9e37ec commit 2a8c591

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/datasketches/cpc/CpcSketch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
package org.apache.datasketches.cpc;
2121

22-
import static java.lang.foreign.ValueLayout.JAVA_BYTE;
2322
import static java.lang.Math.log;
2423
import static java.lang.Math.sqrt;
24+
import static java.lang.foreign.ValueLayout.JAVA_BYTE;
2525
import static java.nio.charset.StandardCharsets.UTF_8;
2626
import static org.apache.datasketches.common.Util.LS;
2727
import static org.apache.datasketches.common.Util.invPow2;
@@ -81,7 +81,7 @@ public final class CpcSketch {
8181
byte[] slidingWindow; //either null or size K bytes
8282
PairTable pairTable; //for sparse and surprising values, either null or variable size
8383

84-
//The following variables are only valid in HIP varients
84+
//The following variables are only valid in HIP variants
8585
double kxp; //used with HIP
8686
double hipEstAccum; //used with HIP
8787

0 commit comments

Comments
 (0)