aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-10-18 16:26:38 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-10-18 16:26:38 -0700
commit385c9b2f0540e8a6c278c00ad922e97ab749fd21 (patch)
tree472958b9534f068876c5b9f6810a10d494ac9dc5 /include/grpc++/server.h
parent556aebb1e07c6fb595e51bfc01c37186c0768795 (diff)
Address code review comments
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index d0a357aeac..fb04b88148 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -212,7 +212,7 @@ class Server GRPC_FINAL : public ServerInterface, private GrpcLibraryCodegen {
std::vector<grpc::string> services_;
bool has_generic_service_;
- // Pointer to the c core's grpc server.
+ // Pointer to the wrapped grpc_server.
grpc_server* server_;
std::unique_ptr<ServerInitializer> server_initializer_;