Fix small typo

This commit is contained in:
Norman Maurer 2012-01-31 19:19:10 +01:00
parent 28a8bb8b2e
commit 5a91bd36c4

View File

@ -358,7 +358,7 @@ public abstract class FrameDecoder extends SimpleChannelUpstreamHandler {
* Get the currently used {@link ChannelBuffer} for cumulation or create one in a lazy fashion if none exist yet
*
* @param ctx the {@link ChannelHandlerContext} for this handler
* @return buffer the {@link ChannelBuffer} which is used fo cumulation
* @return buffer the {@link ChannelBuffer} which is used for cumulation
*/
private ChannelBuffer cumulation(ChannelHandlerContext ctx) {
ChannelBuffer c = cumulation;