diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-01-23 13:47:56 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-01-23 13:47:56 -0800 |
commit | 913d026e00cb4be1a4f58a2c34ad6cf152e9bb8d (patch) | |
tree | 3fe9dd815ac6b70f373b9922fa0cf3942a0f29cd /src/core/support | |
parent | 485d77628d0ce8889a420576d5bc41ccbbf48963 (diff) |
src
Diffstat (limited to 'src/core/support')
-rw-r--r-- | src/core/support/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/support/string.h b/src/core/support/string.h index 71bd3f84e3..2ce4b7f785 100644 --- a/src/core/support/string.h +++ b/src/core/support/string.h @@ -60,7 +60,7 @@ char *gpr_hexdump(const char *buf, size_t len, gpr_uint32 flags); int gpr_parse_bytes_to_uint32(const char *data, size_t length, gpr_uint32 *result); -/* minimum buffer size for calling ltoa */ +/* Minimum buffer size for calling ltoa */ #define GPR_LTOA_MIN_BUFSIZE (3 * sizeof(long)) /* Convert a long to a string in base 10; returns the length of the |