aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gpr/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/gpr/env.h')
-rw-r--r--src/core/lib/gpr/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/gpr/env.h b/src/core/lib/gpr/env.h
index 7f35104be3..b31e20b7d2 100644
--- a/src/core/lib/gpr/env.h
+++ b/src/core/lib/gpr/env.h
@@ -29,7 +29,7 @@
variable exists). */
char* gpr_getenv(const char* name);
-/* Sets the the environment with the specified name to the specified value. */
+/* Sets the environment with the specified name to the specified value. */
void gpr_setenv(const char* name, const char* value);
/* This is a version of gpr_getenv that does not produce any output if it has to