diff options
author | Shohei Kamimori <jyane.kstm@gmail.com> | 2018-02-05 18:42:20 +0900 |
---|---|---|
committer | Shohei Kamimori <jyane.kstm@gmail.com> | 2018-02-05 18:46:41 +0900 |
commit | 35367cc3ed0bacea58764c94095b7062cc3c42bc (patch) | |
tree | 2537a37c13d2c70f96a10bc0d27ab3c7409508c3 /src/core/lib | |
parent | 73a50abd1d675acba4bdbde3af8ca0077654de79 (diff) |
fix typo
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/gpr/env.h | 2 |
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 |