From 7630256dede499c124e58da24a2e87f0ab454556 Mon Sep 17 00:00:00 2001
From: Bogdan Drutu <bdrutu@google.com>
Date: Tue, 26 Jan 2016 13:02:33 -0800
Subject: [PATCH] Fix typo.

---
 src/core/surface/init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/surface/init.c b/src/core/surface/init.c
index ea52434ed4..e3ab70dba7 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -117,8 +117,8 @@ void grpc_init(void) {
     grpc_iomgr_init();
     grpc_executor_init();
     grpc_tracer_init("GRPC_TRACE");
-    /* Only initialize census if none else has and some features are available.
-     */
+    /* Only initialize census if no one else has and some features are
+     * available. */
     if (census_enabled() == CENSUS_FEATURE_NONE &&
         census_supported() != CENSUS_FEATURE_NONE) {
       if (census_initialize(census_supported())) { /* enable all features. */
-- 
GitLab