From 0469ca43e14e802671af26f176c0dbc11c0f143b Mon Sep 17 00:00:00 2001 From: sreepurnajasti Date: Thu, 18 Jan 2018 15:13:45 +0530 Subject: [PATCH] lib: use american spelling as per style guide --- lib/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buffer.js b/lib/buffer.js index 03f0cb3377ea96..75b8cedd1db269 100644 --- a/lib/buffer.js +++ b/lib/buffer.js @@ -1229,7 +1229,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