8295517: Fix stutter typo in JDK-8294539

Reviewed-by: naoto, bpb, lancea
This commit is contained in:
Joe Darcy 2022-10-18 21:00:41 +00:00
parent 37f93b6728
commit 95baf83dd6

View file

@ -169,11 +169,11 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
* </dd>
*
* <dt><i><a id=repEquivalence>representation equivalence</a></i>:</dt>
* <dd>The two floating-point values represent the the same IEEE 754
* <dd>The two floating-point values represent the same IEEE 754
* <i>datum</i>. In particular, for {@linkplain #isFinite(double)
* finite} values, the sign, {@linkplain Math#getExponent(double)
* exponent}, and significand components of the
* floating-point values are the same. Under this relation:
* exponent}, and significand components of the floating-point values
* are the same. Under this relation:
* <ul>
* <li> {@code +0.0} and {@code -0.0} are distinguished from each other.
* <li> every bit pattern encoding a NaN is considered equivalent to each other