Backed out changeset f34592b66d45 undo typo on a CLOSED TREE

This commit is contained in:
Andreea Pavel 2020-01-06 14:35:59 +02:00
Родитель fb206ef4ec
Коммит 0618bdbfe4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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).