aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/endpoint.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-11-04 15:40:20 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-11-04 15:40:20 -0700
commite942434f8d6899147b9bb396f935da2f5ec17e19 (patch)
tree738ee0739bffb9810b9a892fddaca5e65f656284 /src/core/lib/iomgr/endpoint.h
parent1c0b7a2d180f44012b302eb17ce103f6b4d45752 (diff)
Fix typo
Diffstat (limited to 'src/core/lib/iomgr/endpoint.h')
-rw-r--r--src/core/lib/iomgr/endpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/endpoint.h b/src/core/lib/iomgr/endpoint.h
index a47b9112c5..363bd39a6d 100644
--- a/src/core/lib/iomgr/endpoint.h
+++ b/src/core/lib/iomgr/endpoint.h
@@ -74,7 +74,7 @@ void grpc_endpoint_read(grpc_exec_ctx *exec_ctx, grpc_endpoint *ep,
char *grpc_endpoint_get_peer(grpc_endpoint *ep);
-/* Get the file descriptor used by \a ep. Return -1 if \a ep is not using a fd.
+/* Get the file descriptor used by \a ep. Return -1 if \a ep is not using an fd.
*/
int grpc_endpoint_get_fd(grpc_endpoint *ep);