aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc_security.h
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-31 13:27:33 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-31 13:27:33 -0700
commit29ee3f40beddc2d8a87e3946b9fd47fcb20785f9 (patch)
tree9aeb1c4b9c9738f9572a8d976cf25469c6fb0c04 /include/grpc/grpc_security.h
parent6f127029f4713f4c871b444282062d57cd15a5b3 (diff)
Forgot to finish the doc...
Diffstat (limited to 'include/grpc/grpc_security.h')
-rw-r--r--include/grpc/grpc_security.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/grpc_security.h b/include/grpc/grpc_security.h
index 34f7eab12e..31baa32ec9 100644
--- a/include/grpc/grpc_security.h
+++ b/include/grpc/grpc_security.h
@@ -153,7 +153,7 @@ typedef struct {
void *state;
} grpc_metadata_credentials_plugin;
-/* Creates a credentials object
+/* Creates a credentials object from a plugin. */
grpc_credentials *grpc_metadata_credentials_create_from_plugin(
grpc_metadata_credentials_plugin plugin, void *reserved);