diff options
author | Mark D. Roth <roth@google.com> | 2016-09-30 08:23:30 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-30 08:23:30 -0700 |
commit | d51e0352c5460a0c050a026dd4d2c1b498ddb57f (patch) | |
tree | 58f3826e05756045f866dbdd0feee836da722550 /src/core/ext/client_config/method_config.h | |
parent | 408913845c04ab9c9a60de9370becad83999f50f (diff) |
Various fixes and clean-ups.
Diffstat (limited to 'src/core/ext/client_config/method_config.h')
-rw-r--r-- | src/core/ext/client_config/method_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_config/method_config.h b/src/core/ext/client_config/method_config.h index e95a5583be..65b34a768a 100644 --- a/src/core/ext/client_config/method_config.h +++ b/src/core/ext/client_config/method_config.h @@ -86,7 +86,7 @@ int grpc_method_config_table_cmp(grpc_method_config_table* table1, grpc_method_config_table* table2); /// Returns NULL if the method has no config. -/// Caller owns a reference to result. +/// Caller does NOT own a reference to the result. grpc_method_config* grpc_method_config_table_get_method_config( grpc_method_config_table* table, grpc_mdstr* path); |