aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/resource_quota.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2018-06-12 16:17:54 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2018-07-17 19:54:47 -0700
commit913f9b930a7fb6a5377c1b5e15ec47f5645828e7 (patch)
treecab963cb867be898d253001a8fbdd383486aea03 /src/core/lib/iomgr/resource_quota.h
parent67bb4e30302cec45c9e05144a64ee6a38c0f9559 (diff)
Add Core resource quota implementation
Diffstat (limited to 'src/core/lib/iomgr/resource_quota.h')
-rw-r--r--src/core/lib/iomgr/resource_quota.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/resource_quota.h b/src/core/lib/iomgr/resource_quota.h
index a111ebb4d8..7342ef84c8 100644
--- a/src/core/lib/iomgr/resource_quota.h
+++ b/src/core/lib/iomgr/resource_quota.h
@@ -95,7 +95,7 @@ void grpc_resource_user_shutdown(grpc_resource_user* resource_user);
/* Attempts to get quota (from the resource_user) to create 'thd_count' number
* of threads. Returns true if successful (i.e the caller is now free to create
- * 'thd_count' number of threads or false if quota is not available */
+ * 'thd_count' number of threads) or false if quota is not available */
bool grpc_resource_user_alloc_threads(grpc_resource_user* resource_user,
int thd_count);
/* Releases 'thd_count' worth of quota back to the resource user. The quota