aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/service_config.md2
-rw-r--r--include/grpc++/health_check_service_interface.h1
-rw-r--r--include/grpc++/resource_quota.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/service_config.md b/doc/service_config.md
index e790180f35..99d985f3bf 100644
--- a/doc/service_config.md
+++ b/doc/service_config.md
@@ -131,7 +131,7 @@ functionality is introduced.
# Architecture
-A service config is associated with a server name. The [nameresolver](naming.md)
+A service config is associated with a server name. The [name resolver](naming.md)
plugin, when asked to resolve a particular server
name, will return both the resolved addresses and the service config.
diff --git a/include/grpc++/health_check_service_interface.h b/include/grpc++/health_check_service_interface.h
index 8323e9e554..c1b43199a6 100644
--- a/include/grpc++/health_check_service_interface.h
+++ b/include/grpc++/health_check_service_interface.h
@@ -60,6 +60,7 @@ class HealthCheckServiceInterface {
/// NOT thread safe.
void EnableDefaultHealthCheckService(bool enable);
+/// Returns whether the default health checking service is enabled.
/// NOT thread safe.
bool DefaultHealthCheckServiceEnabled();
diff --git a/include/grpc++/resource_quota.h b/include/grpc++/resource_quota.h
index da14088ebb..1199ae9381 100644
--- a/include/grpc++/resource_quota.h
+++ b/include/grpc++/resource_quota.h
@@ -47,7 +47,7 @@ namespace grpc {
/// all attached entities below the ResourceQuota bound.
class ResourceQuota final : private GrpcLibraryCodegen {
public:
- // \param name - a unique name for this ResourceQuota.
+ /// \param name - a unique name for this ResourceQuota.
explicit ResourceQuota(const grpc::string& name);
ResourceQuota();
~ResourceQuota();