From 45307fde5c82488d1a12c1eeee24714d49745706 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 PR-URL: https://github.com/nodejs/node/pull/18226 Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Jon Moss Reviewed-By: Ruben Bridgewater --- lib/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buffer.js b/lib/buffer.js index 03f0cb3377e..75b8cedd1db 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