From 9c7d1642620faa412b258032d9bcf986b4df83bc Mon Sep 17 00:00:00 2001 From: xiehan <52160700+Barenboim@users.noreply.github.com> Date: Tue, 1 Sep 2020 18:20:02 +0800 Subject: [PATCH] Update Communicator.cc --- src/kernel/Communicator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }