diff options
author | Alistair Veitch <aveitch@google.com> | 2015-07-28 14:36:22 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-07-28 14:36:22 -0700 |
commit | a4c4d3c446ea75506d9343b07e59942616c522a2 (patch) | |
tree | 5ac1bc922d47adda46893845c87df2c3b27204c1 | |
parent | 925e4a634978ec0e8cd43fe2352a2c6240953f82 (diff) |
fix feature/function typo
-rw-r--r-- | include/grpc/census.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/census.h b/include/grpc/census.h index 4b5fd1b211..7603dfdce1 100644 --- a/include/grpc/census.h +++ b/include/grpc/census.h @@ -54,7 +54,7 @@ enum census_features { CENSUS_FEATURE_TRACING | CENSUS_FEATURE_STATS | CENSUS_FEATURE_CPU }; -/** Shutdown and startup census subsystem. The 'functions' argument should be +/** Shutdown and startup census subsystem. The 'features' argument should be * the OR (|) of census_features values. If census fails to initialize, then * census_initialize() will return a non-zero value. It is an error to call * census_initialize() more than once (without an intervening |