Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelJustin authored and pzygielo committed Aug 1, 2022
1 parent 6990da4 commit 4232da4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,7 @@ public static long myChannelWrite(GatheringByteChannel channel, ByteBuffer[] buf
// We've written all there is to write. Go to next buffer
i++;
}
// else: More left in the buffer. Try same bufer again
// else: More left in the buffer. Try same buffer again
} else {
// Buffer has nothing left. Go to next buffer
i++;
Expand Down

0 comments on commit 4232da4

Please sign in to comment.