Skip to content

Commit b1ed69f

Browse files
vbabaninjyemin
andauthored
Update bson/src/main/org/bson/io/ByteBufferBsonInput.java
Co-authored-by: Jeff Yemin <[email protected]>
1 parent ad83abc commit b1ed69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/src/main/org/bson/io/ByteBufferBsonInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private int computeCStringLength(final int prevPos) {
219219
result:
220220
00000000 00000000 10000000 00000000 00000000 00000000 00000000 00000000
221221
^^^^^^^^
222-
The high bit is set only at the 0x00 byte position.
222+
The high bit is set only at the 0x00 byte position.
223223
*/
224224
mask &= 0x8080808080808080L;
225225
if (mask != 0) {

0 commit comments

Comments
 (0)