mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8311122: Fix typos in java.base
Reviewed-by: darcy, naoto, mchung, iris, mli, mullan
This commit is contained in:
parent
607ddaa0e6
commit
7b3c2dc5f4
13 changed files with 23 additions and 23 deletions
|
@ -1162,7 +1162,7 @@ public final class Float extends Number
|
|||
}
|
||||
|
||||
// No bits set in significand beyond the *first* exponent bit,
|
||||
// not just the sigificand; quantity is added to the exponent
|
||||
// not just the significand; quantity is added to the exponent
|
||||
// to implement a carry out from rounding the significand.
|
||||
assert (0xf800 & signif_bits) == 0x0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue