Skip to content

Commit 485d656

Browse files
sreepurnajastievanlucas
authored andcommitted
lib: use american spelling as per style guide
PR-URL: #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>
1 parent 506c6e8 commit 485d656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buffer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ Buffer.prototype.readInt32BE = function readInt32BE(offset, noAssert) {
12041204
//
12051205
// An all-bits-one exponent is either a positive or negative infinity, if
12061206
// the fraction is zero, or NaN when it is non-zero. The standard allows
1207-
// both quiet and signalling NaNs but since NaN is a canonical value in
1207+
// both quiet and signaling NaNs but since NaN is a canonical value in
12081208
// JavaScript, we cannot (and do not) distinguish between the two.
12091209
//
12101210
// Other exponents are regular numbers and are computed by subtracting the bias

0 commit comments

Comments
 (0)