From a4c4d3c446ea75506d9343b07e59942616c522a2 Mon Sep 17 00:00:00 2001 From: Alistair Veitch <aveitch@google.com> Date: Tue, 28 Jul 2015 14:36:22 -0700 Subject: [PATCH] fix feature/function typo --- include/grpc/census.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab