Skip to content

Commit

Permalink
Fix parameter comment block.
Browse files Browse the repository at this point in the history
#cleanup

PiperOrigin-RevId: 481882181
  • Loading branch information
Samrobbo authored and marcbaechinger committed Oct 20, 2022
1 parent a5583c0 commit b6bd358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void queueInput(ByteBuffer inputBuffer) {
endOfStreamQueuedToSonic = true;
}
} else {
ByteBuffer buffer = replaceOutputBuffer(/* count= */ inputBuffer.remaining());
ByteBuffer buffer = replaceOutputBuffer(/* size= */ inputBuffer.remaining());
buffer.put(inputBuffer);
buffer.flip();
}
Expand Down

0 comments on commit b6bd358

Please sign in to comment.