aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/census.h
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2015-07-28 15:11:54 -0700
committerGravatar Alistair Veitch <aveitch@google.com>2015-07-28 15:11:54 -0700
commita178b86668db21ff5c03951d5d9b0b3ad79e9752 (patch)
tree613992580825dc3967c4aad8c04c04a62ca7cd9a /include/grpc/census.h
parentf68bf38af4fce75a1d1bc2c7ea7a0109a113caa7 (diff)
fix comment
Diffstat (limited to 'include/grpc/census.h')
-rw-r--r--include/grpc/census.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/census.h b/include/grpc/census.h
index eea7ddf728..c5766ed312 100644
--- a/include/grpc/census.h
+++ b/include/grpc/census.h
@@ -121,7 +121,7 @@ census_tag_set *census_tag_set_create(size_t size_hint);
the number of tags in the tag set.
Return values:
-1: invalid length key or value
- positive values: the number of tags in the tag set. */
+ non-negative value: the number of tags in the tag set. */
int census_tag_set_add(census_tag_set *tags, const char *key,
const char *value);