diff --git a/lib/buffer.js b/lib/buffer.js index 2cb1785d45bd11..91b30012ef65d5 100644 --- a/lib/buffer.js +++ b/lib/buffer.js @@ -1204,7 +1204,7 @@ Buffer.prototype.readInt32BE = function readInt32BE(offset, noAssert) { // // An all-bits-one exponent is either a positive or negative infinity, if // the fraction is zero, or NaN when it is non-zero. The standard allows -// both quiet and signalling NaNs but since NaN is a canonical value in +// both quiet and signaling NaNs but since NaN is a canonical value in // JavaScript, we cannot (and do not) distinguish between the two. // // Other exponents are regular numbers and are computed by subtracting the bias