From bbe13474e71eb2694be5050e22759d3bc5307026 Mon Sep 17 00:00:00 2001 From: "tongxuan.ltx" Date: Mon, 20 Apr 2020 23:12:36 +0800 Subject: [PATCH] fix typo --- tensorflow/core/distributed_runtime/rpc/grpc_server_lib.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: