This commit is contained in:
Trustin Lee 2009-10-30 06:38:55 +00:00
parent d0f67f97fc
commit 0f8ae7923d

View File

@ -31,7 +31,7 @@ import org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor;
* <h3>Upstream events</h3>
* <p>
* An upstream event is an event which is supposed to be processed by
* a series of upstream handlers in the the {@link ChannelPipeline}.
* a series of upstream handlers in the {@link ChannelPipeline}.
* The upstream events are generated by an I/O thread, and they have the
* following meaning:
* <p>