Skip to content

Commit 7fc07e2

Browse files
committed
Correcting typo
1 parent 72c83d9 commit 7fc07e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic/stage2/numberparsing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ simdjson_really_inline bool compute_float_64(int64_t power, uint64_t i, bool neg
6262
return true;
6363
}
6464
// When 22 < power && power < 22 + 16, we could
65-
// hope for another, secondary fast path. It wa
65+
// hope for another, secondary fast path. It was
6666
// described by David M. Gay in "Correctly rounded
6767
// binary-decimal and decimal-binary conversions." (1990)
6868
// If you need to compute i * 10^(22 + x) for x < 16,

0 commit comments

Comments
 (0)