diff --git a/src/kernel/Communicator.cc b/src/kernel/Communicator.cc index 74b018b123..a0dad596d3 100644 --- a/src/kernel/Communicator.cc +++ b/src/kernel/Communicator.cc @@ -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; }