diff options
Diffstat (limited to 'src/3rdparty/v8/src/bignum-dtoa.h')
-rw-r--r-- | src/3rdparty/v8/src/bignum-dtoa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/v8/src/bignum-dtoa.h b/src/3rdparty/v8/src/bignum-dtoa.h index ea1acbb..93ec1f7 100644 --- a/src/3rdparty/v8/src/bignum-dtoa.h +++ b/src/3rdparty/v8/src/bignum-dtoa.h @@ -44,7 +44,7 @@ enum BignumDtoaMode { BIGNUM_DTOA_PRECISION }; -// Converts the given double 'v' to ascii. +// Converts the given double 'v' to ASCII. // The result should be interpreted as buffer * 10^(point-length). // The buffer will be null-terminated. // |