From c735c991a95dfefcff14bae0d1fa5baeb3869d9f 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 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