summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsreepurnajasti <sreepurna.jasti@gmail.com>2018-01-18 15:13:45 +0530
committerRuben Bridgewater <ruben@bridgewater.de>2018-01-19 12:59:20 +0100
commit45307fde5c82488d1a12c1eeee24714d49745706 (patch)
tree9916c1115405cfc99b47baf92f6707eb57436c6e
parent5e17f54d79a345cc66a2105201f25f38d6b8d9e3 (diff)
downloadandroid-node-v8-45307fde5c82488d1a12c1eeee24714d49745706.tar.gz
android-node-v8-45307fde5c82488d1a12c1eeee24714d49745706.tar.bz2
android-node-v8-45307fde5c82488d1a12c1eeee24714d49745706.zip
lib: use american spelling as per style guide
PR-URL: https://github.com/nodejs/node/pull/18226 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
-rw-r--r--lib/buffer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buffer.js b/lib/buffer.js
index 03f0cb3377..75b8cedd1d 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