Skip to content

Commit

Permalink
Update Communicator.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim authored Sep 1, 2020
1 parent d2372b4 commit 9c7d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/Communicator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ void Communicator::io_unbind(IOService *service)

if (mpoller_del(service->pipe_fd[0], this->mpoller) < 0)
{
/* Error occurred on event_fd or Communicator::deinit() called. */
/* Error occurred on pipe_fd or Communicator::deinit() called. */
this->shutdown_io_service(service);
errno = errno_bak;
}
Expand Down

0 comments on commit 9c7d164

Please sign in to comment.