aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar hxcan.cai <hxcan.cai@xiaoi.com>2017-07-24 13:51:10 +0800
committerGravatar hxcan.cai <hxcan.cai@xiaoi.com>2017-07-24 13:51:10 +0800
commitba65002de4dd443f9d3af0cbb6e129f673f39623 (patch)
tree38abe5b19b2766735556bda839aed4355372674c /include/grpc++/server.h
parent781fd6f6ea03645a520cd5c675da67ab61f87e4b (diff)
Fix error in Doxygen comment.
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 4684b10fe6..01c4a60d21 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -159,7 +159,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
///
/// \param addr The address to try to bind to the server (eg, localhost:1234,
/// 192.168.1.1:31416, [::1]:27182, etc.).
- /// \params creds The credentials associated with the server.
+ /// \param creds The credentials associated with the server.
///
/// \return bound port number on success, 0 on failure.
///