diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.cc b/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.cc index aba9fe03d40..6555ded82da 100644 --- a/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.cc +++ b/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.cc @@ -70,7 +70,7 @@ class NoReusePortOption : public ::grpc::ServerBuilderOption { plugins) override {} }; -// Define an option subclass in order to disable SO_REUSEPORT for the +// Define an option subclass in order to enable SO_REUSEPORT for the // server socket. class ReusePortOption : public ::grpc::ServerBuilderOption { public: