Skip to content

Commit

Permalink
Merge pull request chenshuo#215 from JackDrogon/develop
Browse files Browse the repository at this point in the history
fix a spelling error
  • Loading branch information
chenshuo authored Aug 8, 2016
2 parents d79b42f + e5077d3 commit c4dcdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muduo/net/Acceptor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void Acceptor::handleRead()
LOG_SYSERR << "in Acceptor::handleRead";
// Read the section named "The special problem of
// accept()ing when you can't" in libev's doc.
// By Marc Lehmann, author of livev.
// By Marc Lehmann, author of libev.
if (errno == EMFILE)
{
::close(idleFd_);
Expand Down

0 comments on commit c4dcdb0

Please sign in to comment.