Skip to content

Commit

Permalink
Fix a typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuij authored and Norman Maurer committed Jun 24, 2014
1 parent 580965f commit 7195acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ final ChannelFuture initAndRegister() {

// If we are here and the promise is not failed, it's one of the following cases:
// 1) If we attempted registration from the event loop, the registration has been completed at this point.
// i.e. It's safe to attempt bind() or connect() now beause the channel has been registered.
// i.e. It's safe to attempt bind() or connect() now because the channel has been registered.
// 2) If we attempted registration from the other thread, the registration request has been successfully
// added to the event loop's task queue for later execution.
// i.e. It's safe to attempt bind() or connect() now:
Expand Down

0 comments on commit 7195acd

Please sign in to comment.