mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Backed out changeset f34592b66d45 undo typo on a CLOSED TREE
This commit is contained in:
parent
fb206ef4ec
commit
0618bdbfe4
@ -560,7 +560,7 @@ float Strtof(Vector<const char> buffer, int exponent) {
|
||||
// low-precision (3 digits):
|
||||
// when read from input: 123
|
||||
// when rounded from high precision: 124.
|
||||
// To do this we simply look at the neighbors of the correct result and see
|
||||
// To do this we simply look at the neigbors of the correct result and see
|
||||
// if they would round to the same float. If the guess is not correct we have
|
||||
// to look at four values (since two different doubles could be the correct
|
||||
// double).
|
||||
|
Loading…
Reference in New Issue
Block a user